declare type BasicFunction = (...args: any[]) => void; export declare function useCallbackRef(callback: T): T; export {}; //# sourceMappingURL=useCallbackRef.d.ts.map