import type { Buildable } from '../../../types/formAndField'; import { CheckboxProps } from '@radix-ui/react-checkbox'; export declare const WrappedCheckbox: (props: Buildable<{ checkboxes: CheckboxProps[]; }>) => JSX.Element;