import Input from './Input'; export { Input }; export type { InputProps, InputType, FeedbackType, FeedbackIconType } from './interface'; export default Input;