/**
 * HTML elements that can be decoded.
 */
export declare type HTMLVisualMediaElement = HTMLVideoElement | HTMLImageElement;
