import { TextAreaProps } from './TextArea.types'; export type { TextAreaProps } from './TextArea.types'; export declare function TextArea({ label, maxRows, placeholder, defaultValue, value, onChange, secondaryLabel, isDisabled, isRequired, characterLimit, isError, isSuccess, isWarning, width, height, className, id, 'data-testid': dataTestId, onBlur, onFocus, ...restProps }: TextAreaProps): import("react/jsx-runtime").JSX.Element; export declare namespace TextArea { var displayName: string; } //# sourceMappingURL=index.d.ts.map