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