import { ComponentStory } from "@storybook/react";
import { Walkthrough } from "../Walkthrough";
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../Walkthrough").WalkthroughProps>;
export default _default;
export declare const Default: ComponentStory<typeof Walkthrough>;
