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