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