import { CheckboxProps as BaseCheckboxProps } from '../ui/checkbox-field'; export type CheckboxProps = Omit; export declare function Checkbox(props: CheckboxProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=checkbox.d.ts.map