import { Sizes } from '../../constants';
type StyledTextAreaProps = {
    $textAreaSize: Sizes;
    $enableDynamicHeight: boolean;
    $textAreaStyle?: React.CSSProperties;
};
export declare const StyledLabel: import('@emotion/styled').StyledComponent<{
    theme?: import('@emotion/react').Theme;
    as?: React.ElementType;
} & {
    $textAreaSize: Sizes;
    $textAreaContainerStyle?: React.CSSProperties;
}, import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
export declare const StyledTextArea: import('@emotion/styled').StyledComponent<{
    theme?: import('@emotion/react').Theme;
    as?: React.ElementType;
} & StyledTextAreaProps, import('react').DetailedHTMLProps<import('react').TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, {}>;
export {};
//# sourceMappingURL=textArea.styles.d.ts.map