import { type RefObject } from 'react'; export declare const useThrottledCallbackOnResize: (subject: RefObject, callback: () => void, disabled?: boolean) => void; //# sourceMappingURL=useThrottledCallbackOnResize.d.ts.map