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