import { FC } from 'react'; import { DiscussionThreadItemProps } from './props'; export declare const DiscussionThreadItemActions: FC;