type $$ComponentProps = { iconOnly?: boolean; variant?: 'primary' | 'secondary' | 'ghost' | 'outline' | 'destructive'; }; declare const ShareButtonStory: import("svelte").Component<$$ComponentProps, {}, "">; type ShareButtonStory = ReturnType; export default ShareButtonStory;