/// export interface IconChatbubbleProps { size?: string; style?: React.CSSProperties; } export declare const IconChatbubble: React.FC;