import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const ChatBubbleSolidBadged: m.Component<SVGAttributes>;
export default ChatBubbleSolidBadged;
