import { OnInit, EventEmitter, OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VuiFloatingBarComponent implements OnInit, OnChanges { selectedData: any; groupSelected: any; displayElementKey: string; elementId: any; singularText: string; pluralText: string; showNextButton: boolean; showFrequencyText: boolean; showWorkflow: boolean; workflowText: string; currentFrequency: string; isDisabled: boolean; workflowList: string[]; selectedWorkflow: any; workflowPlaceHolder: any; mode: string; nextDisabled: boolean; nonRemovableUsersList: any; removePosition: any; closeEvent: EventEmitter; deleteEvent: EventEmitter; closeList: EventEmitter; workflowTypeChanged: EventEmitter; constructor(); ngOnChanges(): void; ngOnInit(): void; next(): void; deleteSelected(index: number): void; close(): void; selectedWorkflowType(event: any): void; selectedWorkflowChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }