import { default as React } from 'react'; import { IconProps } from './iconProps'; export declare const ChartPieIcon: ({ width, height, viewBox, role, ref, ...rest }: IconProps) => React.JSX.Element; //# sourceMappingURL=chart-pie.d.ts.map