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