import { UseThrottleProps, UseThrottleReturnType } from "../../../hooks/index.js"; /** * * @kind 09-Performance */ export declare const useThrottle: (props?: UseThrottleProps) => UseThrottleReturnType;