import { IPlaylistStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistStore';
import { ReactElement } from 'react';
interface PlaylistCommandBarProps {
    playlist: IPlaylistStore;
}
export declare const PlaylistCommandBar: (({ playlist }: PlaylistCommandBarProps) => ReactElement) & {
    displayName: string;
};
export {};
