import type { StoryObj } from '@storybook/react'; import { ShakeBoxRef } from '../ShakeBox'; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent>; parameters: { layout: string; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithForm: Story; //# sourceMappingURL=ShakeBox.stories.d.ts.map