type Props = { isChecked: boolean; class?: string; }; export declare const Checkbox: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=Checkbox.d.ts.map