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