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