/** * @author: yanxianliang * @date: 2025-08-10 17:13 * @desc: 获取滚动条配置 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { Options } from "../types"; export declare const defaultOptions: Partial; export declare const useScrollerOptions: (options: Options) => Options;