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