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