import React from "react";
import { CharacterCounterPluginProps } from "../../__utils__/interfaces.types";
declare const CharacterCounterPlugin: ({ isFocused, maxChars, namespace, marginTop, }: CharacterCounterPluginProps) => React.JSX.Element;
export default CharacterCounterPlugin;
