import React from 'react'; import type { FieldProps } from '../Field'; import type { InputProps } from '../Input'; export interface TextFieldProps extends Pick, Omit { } /** * Поле ввода текста. */ export declare const TextField: React.ForwardRefExoticComponent>; //# sourceMappingURL=TextField.d.ts.map