/**
 * 将text滚动到可视范围
 * @param text 文本值
 */
export declare const scrollIntoViewByText: (text: string) => void;
