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