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