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