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