export interface RefOptions { from: string; } export declare function ref(options: Partial | T, property?: string): any; //# sourceMappingURL=ref.d.ts.map