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