import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltCommentDialogThreadCardAssignButtonProps extends IVeltWireframeCommonProps {
}
declare const VeltCommentDialogThreadCardAssignButton: React.FC<IVeltCommentDialogThreadCardAssignButtonProps>;
export default VeltCommentDialogThreadCardAssignButton;
