/// <reference types="react" />
export declare const DefaultPlayPauseButton: React.FC<{
    playing: boolean;
    buffering: boolean;
}>;
