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