/** * @description 使用禁止滚动 */ export declare const useLockScroll: () => { lockScroll: () => void; unLockScroll: () => void; };