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