import { TextFieldProps } from './types'; declare const TextField: (props: TextFieldProps) => any; declare const SecureField: (props: TextFieldProps) => any; declare const TextEditor: (props: TextFieldProps) => any; export { SecureField, TextEditor, TextField };