import { IconProps } from '../lib';
declare function ChatCircleText(props: IconProps): JSX.Element;
export default ChatCircleText;
