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