import React from 'react'; import { InputProps } from './interfaces'; export declare const Input: (props: InputProps) => React.ReactElement React.ReactElement | null) | (new (props: any) => React.Component)>; export declare const FInput: ({ dontDisableSaving, ...props }: InputProps & { name: string; dontDisableSaving?: boolean | undefined; }) => JSX.Element;