/// import { type CheckboxProps as UICheckboxProps } from '@utima/ui'; import { type ConsumeFormControlProps } from '../../formControl/FormControl'; export interface CheckboxProps extends ConsumeFormControlProps { description?: string; } /** * CheckboxControl component that is controlled by Informed. It is a wrapped in the * `FormControl` component, which provides the necessary props for Informed to * work along with label and error message handling. */ export declare const Checkbox: import("react").NamedExoticComponent; //# sourceMappingURL=Checkbox.d.ts.map