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