type $$ComponentProps = { position?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'; variant?: 'primary' | 'secondary' | 'ghost' | 'outline' | 'destructive'; }; declare const FloatButtonStory: import("svelte").Component<$$ComponentProps, {}, "">; type FloatButtonStory = ReturnType; export default FloatButtonStory;