import { BaseProperty } from '../baseProperty';
export declare class OWLDisjointWith extends BaseProperty {
    markerElement: undefined;
    constructor(graph: any);
    drawLabel(labelContainer: any): void;
    getShapeElement(): any;
}
