interface Props { variant?: 'fixed' | 'inline'; } declare const MusicBarPlayerStory: import("svelte").Component; type MusicBarPlayerStory = ReturnType; export default MusicBarPlayerStory;