import type { GanttBarConnection, GanttBarObject } from "../types";
type __VLS_Props = {
    label: string;
    bars: GanttBarObject[];
    highlightOnHover?: boolean;
    id: string | number;
    children?: {
        id: string | number;
        label: string;
        bars: GanttBarObject[];
        connections?: GanttBarConnection[];
    }[];
    connections?: GanttBarConnection[];
};
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    drop: (value: {
        e: MouseEvent;
        datetime: string | Date;
    }) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    onDrop?: ((value: {
        e: MouseEvent;
        datetime: string | Date;
    }) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: {
    [x: string]: string | GanttBarObject | undefined;
    bar?: GanttBarObject | undefined;
    label?: string | undefined;
}) => any>> & {
    label?(_: {}): any;
    "bar-label"?(_: {
        bar: GanttBarObject;
    }): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=GGanttRow.vue.d.ts.map