import { ChildPage } from "./ChildPage.js";
import type { Meta, StoryObj } from "@storybook/react";
declare const meta: Meta<typeof ChildPage>;
export default meta;
type Story = StoryObj<typeof ChildPage>;
export declare const Default: Story;
//# sourceMappingURL=ChildPage.stories.d.ts.map