import type { Components, JSX } from "../types/components"; interface SwirlFileViewerVideo extends Components.SwirlFileViewerVideo, HTMLElement {} export const SwirlFileViewerVideo: { prototype: SwirlFileViewerVideo; new (): SwirlFileViewerVideo; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;