import { Meta, StoryObj } from '@storybook/react';
import { Ol, P, Quote, Span, Ul } from './Body.tsx';
declare const meta: Meta<typeof P>;
export default meta;
export declare const Paragraph: StoryObj<typeof P>;
export declare const BlockQuote: StoryObj<typeof Quote>;
export declare const SpanText: StoryObj<typeof Span>;
export declare const UnorderedList: StoryObj<typeof Ul>;
export declare const OrderedList: StoryObj<typeof Ol>;
