import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; import { ClayProps } from '../../utilities/Clay/Clay.types.cjs'; import { TextareaCoreProps } from '../Textarea.types.cjs'; import '@emotion/react'; import 'react'; import '../../types.cjs'; import '../../Label/Label.types.cjs'; type CharacterCountProps = Pick & ClayProps<"div">; declare const CharacterCount: ({ value, maxLength, ...clayProps }: CharacterCountProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; export { CharacterCount };