export type CommentStatus = 'draft' | 'focus' | 'blur';
export declare const commentStatusStyleMap: (status: CommentStatus) => string;
