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