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