import { CheckboxFieldProps } from "@form-atoms/field"; import { CheckboxProps } from "flowbite-react"; import type { WithHelperText } from "../field"; export declare const CheckboxField: ({ field, label, helperText, initialValue, ...uiProps }: CheckboxFieldProps & CheckboxProps & WithHelperText) => JSX.Element;