export { InputGroup } from './InputGroup'; export { InputRightAddon, InputLeftAddon } from './InputAddons'; export type { IInputGroupProps, IInputProps } from './types'; import type { IInputComponentType } from './types'; declare const Input: IInputComponentType; export { Input };