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