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