import { IPreset } from './types'; import '@univerjs/sheets-thread-comment/lib/facade'; import '@univerjs/thread-comment-ui/lib/index.css'; export type * from '@univerjs/sheets-thread-comment/lib/facade'; export interface IUniverSheetsThreadCommentPresetConfig { } /** * This preset add thread comment features into your application. * * @param {Partial} config - The configuration object. */ export declare function UniverSheetsThreadCommentPreset(_config?: Partial): IPreset;