export declare const translateString: (x: any, y: any) => string; export declare const parseTranslateString: (string: any) => { x: number; y: number; }; export declare const isMSEdge: () => boolean; export declare const patchMSEdge: (node: any) => void;