import type { InputProps } from './input.d'; export declare function Input(props: InputProps): JSX.Element; export default Input;