export type OrganizationChartTone = "category1" | "category2" | "category3" | "category4" | "category5" | "category6" | "category7" | "category8"; export type OrganizationChartNode = { id: string; parentId?: string | null; label: string; tone?: OrganizationChartTone; }; export type OrganizationChartProps = { data: OrganizationChartNode[]; width?: number; height?: number; label: string; class?: string; }; export declare const OrganizationChart: import("vue").DefineComponent OrganizationChartNode[]; required: true; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; label: { type: StringConstructor; required: true; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly OrganizationChartNode[]; required: true; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; label: { type: StringConstructor; required: true; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; height: number; width: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=OrganizationChart.d.ts.map