///
import { TextAreaProps } from './types';
export declare const StyledTextArea: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Omit & {
$size: TextAreaProps['size'];
placeholderColor?: string | undefined;
}, import("react").DetailedHTMLProps, HTMLTextAreaElement>, {}>;
//# sourceMappingURL=styled.d.ts.map