export declare const DefaultPlayPauseButton: React.FC<{ playing: boolean; buffering: boolean; }>;