import { ForwardRefExoticComponent } from 'react'; import { InputProps } from '../BaseInput'; export declare type Props = InputProps; export declare const TextInput: ForwardRefExoticComponent; export default TextInput; //# sourceMappingURL=index.d.ts.map