import { OnInit, EventEmitter } from '@angular/core'; export declare class DashboardSelectionSummaryComponent implements OnInit { dataSelections: any[]; removeSelection: EventEmitter; constructor(); ngOnInit(): void; onRemoveSelection(e: any, dimension: string): void; }