import { SiteVariablesPrepared } from "@fluentui/react-northstar"; import { IChartData } from "../ChartTypes"; export declare const PieChart: ({ title, data, siteVariables, cutoutPercentage, }: { title: string; data: IChartData; siteVariables: SiteVariablesPrepared; cutoutPercentage?: number | undefined; }) => JSX.Element; //# sourceMappingURL=Pie.d.ts.map