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