export default DurationBox; declare function DurationBox({ isPlaying, duration }: { isPlaying: any; duration: any; }): JSX.Element;