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