import { default as React } from 'react'; import { TextInputProps } from './formField.types'; export declare const TextInput: React.FC; export type { TextInputProps };