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