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