import { OnInit, AfterContentChecked, QueryList } from '@angular/core';
import { ShellbarActionComponent } from './shellbar-action.component';
export declare class ShellbarActionsComponent implements OnInit, AfterContentChecked {
    actionsCollapsed: boolean;
    showCollapsedProducts: boolean;
    productSwitcher: any[];
    user: any;
    userMenu: any[];
    shellbarActions: QueryList<ShellbarActionComponent>;
    totalNotifications: number;
    onResize(): void;
    ngOnInit(): void;
    ngAfterContentChecked(): void;
    toggleCollapsedProducts(event: any): void;
}
