import './TextField.css'; import React from 'react'; import { TextFieldComponent, TextFieldProps } from './helpers'; export declare const COMPONENT_NAME: "TextField"; export declare const cnTextField: import("@bem-react/classname").ClassNameFormatter; export declare function TextFieldRender(props: TextFieldProps, ref: React.Ref): JSX.Element; export declare const TextField: TextFieldComponent; export * from './helpers';