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