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