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