type $$ComponentProps = { variant?: 'primary' | 'secondary' | 'ghost' | 'outline' | 'destructive'; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; loading?: boolean; disabled?: boolean; fullWidth?: boolean; href?: string; label?: string; }; declare const ButtonStory: import("svelte").Component<$$ComponentProps, {}, "">; type ButtonStory = ReturnType; export default ButtonStory;