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