import { IconProps } from '../types';
declare const ChatCircle: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default ChatCircle;
//# sourceMappingURL=ChatCircle.d.ts.map