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