/** * DevExpress Analytics (license\_license.tools.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ export interface ILicenseInfoOptions { isLicensed: boolean; buyNowLink: string; licensingDocLink: string; version: string; subscriptions: string; } export declare function _addLicenseTrigger(licenseOptions?: ILicenseInfoOptions): void;