import React from 'react';
export interface ChatBubbleOutlineProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const ChatBubbleOutline: React.FC<ChatBubbleOutlineProps>;
//# sourceMappingURL=ChatBubbleOutline.web.d.ts.map