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