import React from 'react';
export interface IVeltCommentDialogComposerAttachmentsInvalidItemProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    annotationId?: string;
    defaultCondition?: boolean;
    inlineCommentSectionMode?: boolean;
    file?: any;
    fileIndex?: number | string;
}
declare const VeltCommentDialogComposerAttachmentsInvalidItem: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemProps>;
export default VeltCommentDialogComposerAttachmentsInvalidItem;
