import * as React from 'react'; import { type TextFieldProps, type TextFieldRef } from './TextField.types'; export declare const TextField: React.ForwardRefExoticComponent>; //# sourceMappingURL=TextField.d.ts.map