export declare const TextCounter: ({ content, maxLength, }: { content: string; maxLength: number; }) => import("react/jsx-runtime").JSX.Element;