import type { IComment } from '../shape'; import type { IDrawer } from './i-drawer'; export interface ICommentDrawer extends IDrawer { }