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