declare const useAntiShake: (time: number, callBack: () => void, firstTrigger?: boolean) => () => void; export default useAntiShake;