export interface AudioPlayerLocale { playButtonLabel: string; pauseButtonLabel: string; sliderLabel: string; skipForwardButton: string; skipBackwardButton: string; }