import { Meta, StoryObj } from '@storybook/react';
import { EditorWithState } from './components/EditorWithState';
declare const meta: Meta<typeof EditorWithState>;
export default meta;
export type WodStory = StoryObj<typeof EditorWithState>;
export declare const SimpleAndSinister: WodStory;
export declare const KBAxeHeavy: WodStory;
export declare const KBAxeLite: WodStory;
