import { RpgAwesomeIcon } from '../icons';
import * as i0 from "@angular/core";
export declare class RpgAwesomeIconsRegistry {
    private registry;
    registerIcons(icons: RpgAwesomeIcon[]): void;
    getIcon(iconName: string): string | undefined;
    static ɵfac: i0.ɵɵFactoryDeclaration<RpgAwesomeIconsRegistry, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RpgAwesomeIconsRegistry>;
}
