import React from 'react';
export declare const PlayerStyleProvider: React.FC<{
    children: React.ReactNode;
}>;
