import React from "react"; interface IProps extends React.TextareaHTMLAttributes { error?: boolean; height?: string; } export declare const DSTextArea: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & IProps, React.DetailedHTMLProps, HTMLTextAreaElement>, {}>; export {};