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