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