import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltCommentDialogThreadCardReactionsProps extends IVeltWireframeCommonProps {
    excludeReactionIds?: string[];
}
declare const VeltCommentDialogThreadCardReactions: React.FC<IVeltCommentDialogThreadCardReactionsProps>;
export default VeltCommentDialogThreadCardReactions;
