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