import { default as React } from 'react'; import { IHistory } from '@glodon-aiot/apis'; import { MarkdownProps } from '@glodon-aiot/react-components/dist/src/components/Markdown'; interface SessionReferProps { history?: IHistory; docViewerUrl?: string; markdown?: Partial; } declare const SessionRefer: React.FC; export default SessionRefer;