export type WavCue = { label: string; position: number; }; export default WavCue;