import { IProps } from './propsType'; declare const Input: (props: IProps) => JSX.Element; export default Input;