import { TextAreaStylesType } from '../../../../components/textArea/types/textAreaTheme';
import { TextAreaVariantType } from './variants';
export declare const TEXT_AREA_STYLES: TextAreaStylesType<TextAreaVariantType>;
