import { IconProps } from '../iconUtils'; export declare const ChatBubble: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type ChatBubbleProps = IconProps; export default ChatBubble;