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