import { NativeHlsAdapter } from "@videojs/native-hls-video"; //#region src/media/native-hls-video/adapter.d.ts declare const NativeHlsVideo_base: import("@videojs/utils/types").Constructor & { properties: Record; getTemplateHTML: (attrs: Record) => string; shadowRootOptions: ShadowRootInit; readonly observedAttributes: string[]; }; declare class NativeHlsVideo extends NativeHlsVideo_base {} //#endregion export { NativeHlsVideo }; //# sourceMappingURL=adapter.d.ts.map