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