/** @noSelfInFile */ import "./reconcilerHooks"; export declare const useRef: (initial: T) => { current: T; };