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