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