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