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