export declare const getRandomColor: (alpha?: number) => string; export declare const domToSvg: (svg: any, point: any) => { x: any; y: any; }; export declare const setAttibuteSVGElement: (elem: SVGElement, type: string, attribute: string, value: string) => void; export declare const match: (a: number, b: number, margin?: number) => boolean;