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