import type { MDCTextFieldFoundation } from '@material/textfield'; import type { TextAreaProperties, TextAreaReference } from '../../type'; import { MDCTextField } from '@material/textfield'; export declare const CSS_CLASS_NAMES: Record; export interface Reference extends TextAreaReference { materialTextField: MDCTextField | null; foundation: MDCTextFieldFoundation | null; } export declare const OUTLINED = false; export declare const TextArea: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default TextArea;