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