/// <reference types="react" />
export interface IconChatbubbleProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconChatbubble: React.FC<IconChatbubbleProps>;
