import React from 'react'; import type { RootProps } from '../../engines'; import type { TextAreaProps, TextAreaRootProps } from './TextArea.types'; export declare const getDynamicLabelClasses: (props: TextAreaProps, focused: boolean) => (string | undefined)[]; export declare const textAreaRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const textAreaConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { size: { css: import("styled-components").FlattenSimpleInterpolation; }; view: { css: import("styled-components").FlattenSimpleInterpolation; }; readOnly: { css: import("styled-components").FlattenSimpleInterpolation; attrs: boolean; }; disabled: { css: import("styled-components").FlattenSimpleInterpolation; attrs: boolean; }; hintView: { css: import("styled-components").FlattenSimpleInterpolation; }; hintSize: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { size: string; view: string; }; }; //# sourceMappingURL=TextArea.d.ts.map