import React from 'react';
export interface IVeltCommentDialogComposerAttachmentsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    annotationId?: string;
    defaultCondition?: boolean;
    inlineCommentSectionMode?: boolean;
}
declare const VeltCommentDialogComposerAttachments: React.FC<IVeltCommentDialogComposerAttachmentsProps>;
export default VeltCommentDialogComposerAttachments;
