import { ElementRef, OnInit, OnDestroy } from '@angular/core'; import { Subscription } from 'rxjs'; import { VgApiService } from '@49ing/ngx-videogular/core'; import * as i0 from "@angular/core"; export interface Option { id: string; label: string; selected: boolean; } export declare class VgTrackSelectorComponent implements OnInit, OnDestroy { API: VgApiService; vgFor: string; elem: HTMLElement; target: any; tracks: Array