export declare const useInitSyncScrollStatus: () => { isSyncScroll: boolean; updateSyncScrollStatus: (status: boolean) => void; };