import { CheckboxProps } from './type'; declare const Checkbox: ({ ...props }: CheckboxProps) => import("react/jsx-runtime").JSX.Element; export default Checkbox; //# sourceMappingURL=index.d.ts.map