export interface OptionProps extends React.OptionHTMLAttributes { index: number; helperId?: string; helperText?: string; defaultSelected?: boolean; } export declare const OptionWithCheckbox: import('react').ForwardRefExoticComponent>;