/**
 * @file index.tsx
 *
 * @fileoverview Display the WYSIWYG component within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ children, tag, ...props }: {
            [x: string]: any;
            children: any;
            tag: any;
        }) => JSX.Element;
    };
};
export default _default;
export declare const DefaultText: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
