import { type PropsWithChildren } from 'react'; import type { ChartDatapoint } from '../../core/types/chart-data.js'; import type { FlameGraphProps } from '../shared/types/flame-chart.js'; /** * @internal */ export declare const FlameGraphRoot: ({ data, idAccessor, parentIdAccessor, valueAccessor, selfValueAccessor, labelAccessor, sortAccessor, colorPalette, orientation, truncationMode, valueFormatter, currentZoom, seriesActions, height, children, }: PropsWithChildren>) => import("react").JSX.Element; /** @internal */ export declare const FlameGraph: (({ data, idAccessor, parentIdAccessor, valueAccessor, selfValueAccessor, labelAccessor, sortAccessor, colorPalette, orientation, truncationMode, valueFormatter, currentZoom, seriesActions, height, children, }: PropsWithChildren>) => import("react").JSX.Element) & { Tooltip: { (_props: import("../../index.js")._GenericChartTooltipProps): null; displayName: string; }; ColorRule: { (_props: import("../../index.js").ColorRuleProps): null; displayName: string; }; }; //# sourceMappingURL=FlameGraph.d.ts.map