export declare function createRef(initialValue: TValue): { current: TValue; };