import React from 'react';
export interface IVeltCommentDialogComposerAttachmentsInvalidProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    annotationId?: string;
    defaultCondition?: boolean;
    inlineCommentSectionMode?: boolean;
    files?: any[];
}
declare const VeltCommentDialogComposerAttachmentsInvalid: React.FC<IVeltCommentDialogComposerAttachmentsInvalidProps>;
export default VeltCommentDialogComposerAttachmentsInvalid;
