export default Input; declare const Input: typeof InputBase & { Search: typeof SearchInput; Underline: typeof UnderlineTextInput; Round: typeof RoundTextInput; }; import InputBase from "./Input"; import SearchInput from "./searchInput/SearchInput"; import UnderlineTextInput from "./underlineTextInput/UnderlineTextInput"; import RoundTextInput from "./roundTextInput/RoundTextInput"; //# sourceMappingURL=index.d.ts.map