import { default as EventEmitter } from 'eventemitter3'; /** * Comments list renderer (not floating comments) * * This renders a list of comments into an element, connected to main SuperDoc instance */ export class SuperComments extends EventEmitter { constructor(options: any, superdoc: any); element: any; config: { comments: never[]; element: null; commentsStore: null; }; app: import('vue').App | null; superdoc: any; createVueApp(): void; container: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase, {}, {}, "", {}, any> | null | undefined; close(): void; open(): void; } //# sourceMappingURL=super-comments-list.d.ts.map