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