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