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