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