export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; interface ITextArea { disabled?: boolean; fullHeight?: boolean; hasError?: boolean; } export declare const StyledTextArea: import("styled-components").StyledComponent<"textarea", any, ITextArea, never>; export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, {}, never>; export {}; //# sourceMappingURL=style.d.ts.map