import { TextAreaProps } from './types'; declare type TStyleProps = Pick; declare const _default: { TextAreaStyled: import("styled-components").StyledComponent<"textarea", any, TStyleProps, never>; LabelStyled: import("styled-components").StyledComponent<"label", any, {}, never>; TextAreaWrapper: import("styled-components").StyledComponent<"div", any, TStyleProps, never>; }; export default _default; //# sourceMappingURL=TextArea.styles.d.ts.map