export declare class VerticalNavIconService {
    private _icons;
    readonly hasIcons: boolean;
    registerIcon(): void;
    unregisterIcon(): void;
}
