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