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