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