import React, { TextareaHTMLAttributes } from 'react';
import { TypographyVariant, TypographyTextAlign } from '../layout/typography';
export interface TypographicTextAreaProps extends TextareaHTMLAttributes {
readonly variant?: TypographyVariant;
readonly align?: TypographyTextAlign;
}
export declare const TypographicTextArea: React.ForwardRefExoticComponent>;
//# sourceMappingURL=typographicTextArea.d.ts.map