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