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