interface Props {
    children: string;
}
declare const CharacterString: import("react").MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>;
export default CharacterString;
