/** Creates a wrapper function that can be updated on each render without updating the resulting function */ export declare const useCallbackRef: (func: (...args: ArgsT) => ReturnT) => (...args: ArgsT) => ReturnT; //# sourceMappingURL=use-callback-ref.d.ts.map