import { ReactNode } from "react"; import { ThemePrepared } from "@fluentui/styles"; export interface IChartThemeProps { globalTheme: ThemePrepared; children: ReactNode; } export declare const ChartTheme: ({ globalTheme, children }: IChartThemeProps) => JSX.Element; //# sourceMappingURL=ChartTheme.d.ts.map