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