// rh-audio-player/rh-cue.js
import type { ReactWebComponent } from '@lit/react';
import type { RhCue } from '@rhds/elements/rh-audio-player/rh-cue.js';
export const Cue: ReactWebComponent<RhCue, { onCueseek: 'cueseek' }>;
  