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