export declare class LinkCreator {
    static createLinks: (properties: any) => any[];
    private static groupPropertiesToLinks;
    private static countAndSetLayers;
    private static countAndSetLoops;
    private static createLink;
}
