/// import { IInputProps } from '../../config/type'; declare function FInput(props: IInputProps): JSX.Element; export default FInput;