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