/** * - Consider using `lazyFunction` instead if the object is callable * - ⚠️ Does not work with react components - returns `undefined` for `.$$typeof` * * - Work-around for `react-native` - metro bundler calls `.$$typeof` immediately * to register for react hot reload * - Work-around for `react`: `.prototype` returns Object.prototype even though * it's not a class constructor (for this use lazyConstructor) */ export declare function lazyObject(getValue: () => T): T; //# sourceMappingURL=lazyObject.d.ts.map