export declare const isMutableRef: <T>(ref: import("react").ForwardedRef<T>) => ref is import("react").MutableRefObject<T>;
//# sourceMappingURL=utils.d.ts.map