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