import { XmlComponent } from '../../xml-components'; import { ICommentThreadData } from './comment-run'; export declare class CommentsExtended extends XmlComponent { constructor(threadData: readonly ICommentThreadData[]); }