import { IMiniPlayerStore } from '../interfaces/IMiniPlayerStore';
export declare const MiniPlayerContext: import('react').Context<IMiniPlayerStore>;
export declare const useMiniPlayer: () => IMiniPlayerStore;
