import { EventEmitter } from "@angular/core"; export declare class SpsListActionBarComponent { static readonly displayName = "sps-list-action-bar"; static readonly props: { itemsSelected: { type: string; required: boolean; }; clearSelected: { event: boolean; type: string; required: boolean; }; }; itemsSelected: string | number; clearSelected: EventEmitter; readonly _staticClassBindings = true; readonly nothingSelected: boolean; }