import { IRange } from '@univerjs/core';
export declare const useHighlightRange: (ranges?: IRange[]) => void;
