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