import type { VideoAnalyticsEvent, VideoOptions, VideoSource } from "../Video/Video.types.js"; export type VideoProps = Omit & { sources?: VideoSource[]; src?: string; }; export type VideoAnalyticsDetail = VideoAnalyticsEvent; export declare function registerVideoElement(): CustomElementConstructor | undefined; //# sourceMappingURL=video.d.ts.map