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