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