export declare class Video { videoElement: HTMLVideoElement; src: string; previewImage: string; play(): Promise; pause(): Promise; render(): any; }