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