import React from 'react'; export declare const RangeComment: ({ attributes, children, leaf, discussionUtils, ...props }: { [x: string]: any; attributes: any; children: any; leaf: any; discussionUtils: any; }) => React.JSX.Element; export * from './deserializer'; export * from './withRangeComment';