import type { MDCTextFieldFoundation } from '@material/textfield'; import type { InputReference, TextFieldProperties } from '../../type'; export declare const CSS_CLASS_NAMES: Record; export interface Reference extends InputReference { foundation: MDCTextFieldFoundation | null; input: HTMLInputElement | null; } export declare const TextField: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default TextField;