export interface ILicenseInfoOptions { isLicensed: boolean; buyNowLink: string; licensingDocLink: string; version: string; subscriptions: string; } export declare function _addLicenseTrigger(licenseOptions?: ILicenseInfoOptions): void;