/// import NumberInput from '../../components/NumberInput'; import Textarea from '../../components/Textarea'; import { InputProps } from './Input'; declare const ExportClassInput: import("react").ComponentClass, keyof import("./Input").DefinedInputProps> & import("react").RefAttributes, any> & { Search: import("react").ComponentClass, keyof import("./Input").DefinedInputProps> & import("react").RefAttributes, any>; Number: typeof NumberInput; Textarea: typeof Textarea; Sizes: ["sm", "md", "lg"]; }; export type { InputProps }; export default ExportClassInput;