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