export declare const ExampleSetupWizard: ({ steps, initialStep, }: { steps: number; initialStep?: number | undefined; }) => JSX.Element;