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