import type { BooleanFormField } from '@douglasneuroinformatics/libui-form-types'; import type { Simplify } from 'type-fest'; import type { BaseFieldComponentProps } from '../types.ts'; export type BooleanFieldCheckboxProps = Simplify & Omit, 'kind'>>; export declare const BooleanFieldCheckbox: ({ description, disabled, error, label, name, readOnly, setValue, value }: BooleanFieldCheckboxProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BooleanFieldCheckbox.d.ts.map