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