export declare const usePropRef: <T = unknown>(prop: T) => import("react").MutableRefObject<T>;
