import { Ref } from "../types";
export declare function createRef(defaultValue: any): Ref;
