import type { Meta, StoryFn } from '@storybook/react'; import type { DynamicContentEditorProps } from '@pega/cosmos-react-rte'; declare const _default: Meta; export default _default; export interface DynamicContentEditorStoryProps extends DynamicContentEditorProps { } export declare const DynamicContentEditorDemo: StoryFn>; //# sourceMappingURL=DynamicContentEditor.stories.d.ts.map