import { UseDebounceProps } from "../../../hooks/index.js"; /** * * @kind 09-Performance */ export declare const useDebounceEffect: (callback: () => void, props: UseDebounceProps, dependencies: any[]) => void;