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