type $$ComponentProps = { orientation?: 'horizontal' | 'vertical'; size?: 'sm' | 'md' | 'lg'; variant?: 'numbered' | 'dots'; clickable?: boolean; nonLinear?: boolean; showDescription?: boolean; showConnectors?: boolean; showStepHeader?: boolean; loading?: boolean; canNext?: boolean; withError?: boolean; }; declare const WizardStory: import("svelte").Component<$$ComponentProps, {}, "">; type WizardStory = ReturnType; export default WizardStory;