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