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