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