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