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