import React from 'react';
import { InputProps } from '../types';
export declare const Input: React.FC<InputProps>;
export default Input;
