import { Meta, StoryFn } from '@storybook/react-vite';
import { default as Wizard } from './Wizard';
declare const meta: Meta<typeof Wizard>;
export default meta;
export declare const DefaultWizard: StoryFn<typeof Wizard>;
export declare const WizardWithPanels: StoryFn<typeof Wizard>;
export declare const CompactWizard: StoryFn<typeof Wizard>;
export declare const StickyTopDemo: StoryFn<typeof Wizard>;
