import * as React from 'react'; import { IdType } from "../../../types"; type Props = React.HTMLAttributes & { threadId: IdType; }; declare const ThreadListItemRoot: React.FC; export default ThreadListItemRoot;