import React from 'react';
export declare const bufferingIndicatorStrokeWidth = 3;
export declare const BufferingIndicator: React.FC<{
    type: 'player' | 'studio';
}>;
