import { EdgeProperty } from '../EdgeProperty';
export declare class DisjointWith extends EdgeProperty {
    constructor(data: any, options: any);
    drawLabel(labelContainer: any): this;
    addDisjointLabel(label: any): void;
}
