export declare let defaultVideoElement: HTMLVideoElement | undefined;
export declare let defaultAudioElement: HTMLAudioElement | undefined;
export declare function resetDefaultMediaElements(): void;
export declare function getDefaultAudioElement(): HTMLAudioElement;
export declare function getDefaultVideoElement(): HTMLVideoElement;
export declare function canPlayType(type: string): CanPlayTypeResult;