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