import React from 'react'; export declare const PlaylistEntitiesTable: ({ playlistId, }: { playlistId: string; }) => React.JSX.Element;