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