/// interface FinputProps { label?: String; display?: String; placeholder?: String; className?: String; value?: any; min?: String; rows?: String; id?: String; name?: String; onChange?: any; validations?: any; register?: any; required?: any; error?: any; disabled?: boolean; readonly?: boolean; } export declare const FTextarea: ({ display, label, placeholder, className, id, name, value, min, rows, onChange, validations, register, required, error, disabled, readonly, ...otherProps }: FinputProps) => JSX.Element; export {}; //# sourceMappingURL=Ftextarea.d.ts.map