declare const StyledCharacterCountWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
declare const StyledCharacterCount: import("styled-components").StyledComponent<"div", any, {
    theme: object;
} & {
    isOverLimit: boolean;
    isLarge?: boolean;
}, "theme">;
declare const VisuallyHiddenCharacterCount: import("styled-components").StyledComponent<"div", any, {}, never>;
declare const VisuallyHiddenHint: import("styled-components").StyledComponent<"div", any, {}, never>;
export { StyledCharacterCountWrapper, StyledCharacterCount, VisuallyHiddenCharacterCount, VisuallyHiddenHint, };
