import type Hls from 'hls.js'; import { PropertyValues } from 'lit'; import { CanPlay, MediaType } from '../../media'; import { VideoElement } from '../video'; export declare const HLS_ELEMENT_TAG_NAME = "vds-hls"; export declare const HLS_EXTENSIONS: RegExp; export declare const HLS_TYPES: Set; export declare type HlsConstructor = typeof Hls; /** * Embeds video content into documents via the native `