import '@oicl/openbridge-webcomponents/dist/bars-graphs/pie-chart/pie-chart.js'; import { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; export interface Props { data?: { label: string; value: number; children?: { label: string; value: number; }[] | undefined; }[]; colors?: string[]; priority?: Priority; showOuterLabels?: boolean; showUnit?: boolean; sunburst?: boolean; outerLabelUnit?: string; outerLabelMaxLength?: number; outerLabelDecimalPlaces?: number; legend?: boolean; showDebugOverlay?: boolean; fixedHeight?: number; } export type { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;