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