declare type StyleProps = { error?: boolean; }; declare const TextAreaStyle: import("styled-components").StyledComponent<"textarea", any, StyleProps, never>; export default TextAreaStyle; //# sourceMappingURL=TextAreaStyle.d.ts.map