import { FC, PropsWithRef } from 'react'; import { TextFieldProps } from './text-field.types'; export declare const TextField: FC>; export * from './text-field.types';