export declare interface FwCheckboxProps { name: string; value?: string; label?: string; rules?: string | Record | (() => boolean); hint?: string; enableErrors?: boolean; isChecked?: boolean; disableNamePrefix?: boolean; inputId?: string; }