/// interface Props { className?: string; tooltipId?: string; } declare const DisabledPlayer: ({ className, tooltipId, }: Props) => JSX.Element; export default DisabledPlayer;