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