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