import React from 'react';
import type { NarrativeTextVisProps } from './types';
export declare function NarrativeTextVis({ spec, size, theme, palette, pluginManager, showCollapse, copyNarrative, ...events }: NarrativeTextVisProps): React.JSX.Element;