///
interface Props {
error?: boolean;
}
export declare const TextArea: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Props, import("react").DetailedHTMLProps, HTMLTextAreaElement>, {}>;
export {};