import '@oicl/openbridge-webcomponents/dist/bars-graphs/polar-chart/polar-chart.js'; import { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; export interface Props { data?: { label: string; value: number; }[]; colors?: string[]; priority?: Priority; monochrome?: boolean; discreteColorStops?: boolean; showSectorLabels?: boolean; showUnit?: boolean; showOuterLabels?: boolean; outerLabelUnit?: string; outerLabelMaxLength?: number; outerLabelDecimalPlaces?: number; fixedHeight?: number; legend?: boolean; showDebugOverlay?: boolean; } 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;