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