import React from "react"; import CenterDecorator from "../../utils/center-decorator"; declare const _default: { title: string; decorators: (typeof CenterDecorator)[]; argTypes: { contents: { control: string; defaultValue: string; }; elem: { control: { type: string; options: { Span: string; "Heading 1": string; "Heading 2": string; "Heading 3": string; "Heading 4": string; "Heading 5": string; "Heading 6": string; Paragraph: string; Small: string; }; }; defaultValue: string; }; kind: { control: { type: string; options: string[]; }; defaultValue: string; }; align: { control: { type: string; options: string[]; }; defaultValue: string; }; underline: { control: string; defaultValue: boolean; }; strike: { control: string; defaultValue: boolean; }; bold: { control: string; defaultValue: boolean; }; italic: { control: string; defaultValue: boolean; }; }; }; export default _default; export declare const TextStory: import("@storybook/types").AnnotatedStoryFn; export declare const kinds: { (): React.JSX.Element; story: { name: string; }; }; export declare const titles: { (): React.JSX.Element; story: { name: string; }; }; export declare const paras: { (): React.JSX.Element; story: { name: string; }; }; export declare const modifiers: { (): React.JSX.Element; story: { name: string; }; }; export declare const textArticle: { (): React.JSX.Element; story: { name: string; }; };