import React from 'react'; import { TextInputProps } from './text-input.interfaces'; import { ThemedComponent } from '../../theming'; declare type TTextInput = React.ForwardRefExoticComponent> & ThemedComponent; export declare const TextInput: TTextInput; export {};