/// <reference types="react" />
export declare const StyledTextArea: import("@emotion/styled").StyledComponent<import("@mantine/core").TextareaProps & import("react").RefAttributes<HTMLTextAreaElement> & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
