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