export declare class Geometry { static distance(x1: any, y1: any, x2: any, y2: any): number; static getTransformToElement(from: any, to: any): any; }