import { EventEmitter, OnInit } from '@angular/core'; import { Observable, BehaviorSubject } from 'rxjs'; import { ItemSelection } from './action.model'; import * as i0 from "@angular/core"; export declare class ActionButtonSelectionComponent implements OnInit { actionTarget: string; selection: Observable; clearSelection: EventEmitter; selectAll: EventEmitter; whenSelection: BehaviorSubject; itemSelection: ItemSelection; ngOnInit(): void; handleSelectAll(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }