import { SearchInputComponent } from '../search-input/search-input.component';
export declare class ShellbarActionComponent {
    glyph: string;
    callback: Function;
    label: string;
    notificationLabel: string;
    notificationCount: number;
    searchInputComponent: SearchInputComponent;
}
