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