import { FoodsCheckboxProps } from '../../../../Checkbox'; import { BlockOptions } from '../Container/BlockItemInner'; type CheckboxBlockProps = FoodsCheckboxProps & { blockOptions: BlockOptions; }; export declare const CheckboxBlock: (props: CheckboxBlockProps) => import("react/jsx-runtime").JSX.Element; export {};