import { default as React } from 'react'; import { IHistory } from '@glodon-aiot/apis'; interface SessionRelatedProps { history?: IHistory; onRelatedClick?: (val: any) => void; relatedQuesion: string[]; } declare const SessionRelated: React.FC; export default SessionRelated;