// rh-jump-links/rh-jump-links.js
import type { ReactWebComponent } from '@lit/react';
import type { RhJumpLinks } from '@rhds/elements/rh-jump-links/rh-jump-links.js';
export const JumpLinks: ReactWebComponent<RhJumpLinks, { onToggle: 'toggle' }>;
  