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