import { OnChanges, SimpleChanges, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FmVideoComponent implements OnChanges { url: string; canvasRef: ElementRef; private video; private ctx; canvasStyle: any; constructor(); ngOnChanges(changes: SimpleChanges): void; play(url: string): void; private drawFrame; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }