import { CheckboxComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioCheckboxProps { componentDefinition: CheckboxComponentSchema; } export declare const FormioCheckbox: React.FC; declare const CheckboxComponent: RegistryEntry; export default CheckboxComponent;