import { type OptionProps, type OptionType } from '../types'; /** * __Checkbox option__ */ export declare const CheckboxOption: (props: OptionProps) => JSX.Element; /** * __Radio option__ */ export declare const RadioOption: (props: OptionProps) => JSX.Element;