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