type $$ComponentProps = { attached?: boolean; orientation?: 'horizontal' | 'vertical'; size?: 'sm' | 'md' | 'lg'; }; declare const ButtonGroupStory: import("svelte").Component<$$ComponentProps, {}, "">; type ButtonGroupStory = ReturnType; export default ButtonGroupStory;