export declare class LinkPart {
    source: any;
    target: any;
    link: any;
    constructor(source: any, target: any, link: any);
}
