export function useCommentSmallScreen({ commentsModuleConfig, superdocRoot, layers }: { commentsModuleConfig: any; superdocRoot: any; layers: any; }): { superdocContainerWidth: import('vue').Ref; isCompactCommentsMode: import('vue').Ref; recalculateCompactCommentsMode: () => void; ensureCompactMeasurementObserver: () => void; }; //# sourceMappingURL=use-comment-small-screen.d.ts.map