export declare const componentList: string[];
export declare const pdfViewerSDKComponents: string[];
export declare const spreadsheetEditorSDKComponents: string[];
export declare const wordEditorSDKComponents: string[];
/**
 * To set license key.
 *
 * @param {string} key - license key
 * @returns {void}
 */
export declare function registerLicense(key: string): void;
export declare const validateLicense: Function;
export declare const getVersion: Function;
export declare const createLicenseOverlay: Function;
