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