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