import { StyledTextAreaProps, StyledCharacterCountProps, StyledContainerProps } from './types'; export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledContainerProps>> & string; export declare const StyledTextArea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTextAreaElement>, StyledTextAreaProps>> & string; export declare const StyledCharacterCount: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledCharacterCountProps>> & string;