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