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