export declare function isReactAvailable(): boolean; /** * Creates a function that throws an error when called if React is not available. * Used to provide helpful error messages for React-dependent features. */ export declare function createReactRequiredError(featureName: string): T; //# sourceMappingURL=reactAvailability.d.ts.map