/** * * @kind 09-Performance */ export declare const useDeepEffect: (callback: VoidFunction | (() => VoidFunction), dependencies: any[]) => void;