declare const music_player: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default music_player;