export interface TextAreaVariables { backgroundColor: string; invertedBackgroundColor: string; disabledBackgroundColor: string; disabledColor: string; borderColor: string; borderRadius: string; borderWidth: string; fontColor: string; fontSize: string; borderColorFocus: string; placeholderColor: string; margin: string; padding: string; height: string; } export declare const textAreaVariables: (siteVars: any) => TextAreaVariables;