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