type $$ComponentProps = { size?: 'sm' | 'md' | 'lg'; variant?: 'default' | 'floating' | 'pill' | 'notch'; showLabels?: boolean; blur?: boolean; elevated?: boolean; example?: 'social' | 'commerce' | 'workspace' | 'iconsOnly' | 'music'; fabClass?: string; }; declare const BottomNavStory: import("svelte").Component<$$ComponentProps, {}, "">; type BottomNavStory = ReturnType; export default BottomNavStory;