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