/** * mxClient */ export declare const mxClient: { VERSION: number; IS_IE: boolean; IS_IE6: boolean; IS_IE11: boolean; IS_EDGE: boolean; IS_QUIRKS: boolean; IS_EM: boolean; VML_PREFIX: string; OFFICE_PREFIX: string; IS_NS: boolean; IS_OP: boolean; IS_OT: boolean; IS_SF: boolean; IS_IOS: boolean; IS_GC: boolean; IS_CHROMEAPP: boolean; IS_FF: boolean; IS_MT: boolean; IS_VML: boolean; IS_SVG: boolean; NO_FO: boolean; IS_WIN: boolean; IS_MAC: boolean; IS_CHROMEOS: boolean; IS_TOUCH: boolean; IS_POINTER: boolean; IS_LOCAL: boolean; defaultBundles: string[]; isBrowserSupported: () => boolean; link: (rel: string, href: string, doc?: XMLDocument, id?: string) => void; loadResources: (fn: any, lan?: string) => void; include: (src: string) => void; basePath: string; imageBasePath: string; language: string; defaultLanguage: string; languages: string[]; };