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