export declare const textAreaTokens: {
    calciteTextAreaBackgroundColor: string;
    calciteTextAreaBorderColor: string;
    calciteTextAreaCharacterLimitTextColor: string;
    calciteTextAreaDividerColor: string;
    calciteTextAreaFontSize: string;
    calciteTextAreaFooterBorderColor: string;
    calciteTextAreaMaxHeight: string;
    calciteTextAreaMinHeight: string;
    calciteTextAreaMaxWidth: string;
    calciteTextAreaMinWidth: string;
    calciteTextAreaTextColor: string;
};
export declare const textArea: string;
