/** * @license * Copyright Endlessjs. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { ElIconLibraries } from './icon-libraries'; export declare class ElIconModule { private iconsLibrary; private essentialsPackName; constructor(iconsLibrary: ElIconLibraries); }