import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltCommentDialogThreadCardReactionPinProps extends IVeltWireframeCommonProps {
    reactionId?: string;
}
declare const VeltCommentDialogThreadCardReactionPin: React.FC<IVeltCommentDialogThreadCardReactionPinProps>;
export default VeltCommentDialogThreadCardReactionPin;
