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