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