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