import { PropsWithChildren } from 'react'; import { Meta } from '@storybook/react'; import { RteEditorProps } from './RteEditor'; declare const _default: Meta>; export default _default; export declare const RteEditorExample: import('storybook/internal/csf').AnnotatedStoryFn>; export declare const MultipleRteEditors: () => import("react").JSX.Element;