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