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