declare const useThrottledEffect: (callBack: () => void, { deps, delay, ignoreInFirstCall, callingAfterUnmount, }: { deps: any[]; delay?: number | undefined; ignoreInFirstCall?: boolean | undefined; callingAfterUnmount?: boolean | undefined; }) => void; export { useThrottledEffect }; //# sourceMappingURL=index.d.ts.map