declare type ImageSource = HTMLVideoElement | HTMLCanvasElement | HTMLImageElement | ImageData; export default ImageSource;