import type { DefineComponent } from "vue";
import type { OrganizationChartProps } from "./types";
declare const OrganizationChart: DefineComponent<OrganizationChartProps>;
export type { OrganizationChartMember, OrganizationChartNode, OrganizationChartProps, OrganizationChartSelectPayload, OrganizationChartSlots, } from "./types";
export default OrganizationChart;
