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