/// interface FinputProps { label: String; name?: any; id?: any; display?: String; className?: String; type?: String; onClick?: any; validations?: any; register?: any; required?: any; error?: any; disabled?: boolean; readonly?: boolean; } export declare const FInputCheckbox: ({ label, name, id, type, display, className, onClick, validations, register, required, error, disabled, readonly, ...otherProps }: FinputProps) => JSX.Element; export {}; //# sourceMappingURL=FinputCheckbox.d.ts.map