import { TwoTonedIcon } from '../iconTypes';
declare const IconChatBubble: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element;
export default IconChatBubble;
