import './index.css'; import { CheckboxInputProps } from './CheckboxInput'; export type CheckboxProps = CheckboxInputProps; declare const _default: import("react").MemoExoticComponent void; rounded?: boolean; } & Omit, "ref" | keyof { invalid?: boolean; onChange?: (checked: boolean) => void; rounded?: boolean; }> & import("react").RefAttributes>>; export default _default; //# sourceMappingURL=index.d.ts.map