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