import { OnInit, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FloatingBarComponent implements OnInit { selected: any; closeEmitter: EventEmitter; removeSelectedEmitter: EventEmitter; constructor(); ngOnInit(): void; close(event: boolean): void; removeSelected(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }