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