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