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