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