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