import * as React from 'react'; import { ThreadListGroupItem } from '../../../models/ThreadListGroupItem'; import { Thread } from '../../../models'; import { Threads } from '../../../models/Threads'; import { HistorySlotPropsType, HistorySlotType } from '../../core/history/HistoryType'; type Props = { listGroupItem: ThreadListGroupItem; setThread: (thread: Thread) => void; index: number; model: Threads; slots: HistorySlotType; slotProps: Partial; }; declare const _default: React.NamedExoticComponent; export default _default;