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