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