export interface Ref { current: T; } export declare function isRef(obj: any): any;