export { default as CharacterCounter } from '../character-counter';
export type { CharacterCounterProps } from '../character-counter';
