type ReactT = typeof import("react");
export declare const getReact: (throwError?: boolean) => ReactT;
declare const reactImports: {
    useEffect: typeof import("react").useEffect;
    useCallback: typeof import("react").useCallback;
    useRef: typeof import("react").useRef;
    useState: typeof import("react").useState;
    getReact: () => typeof import("react");
};
export { reactImports };
export declare const __prglReactInstalled: () => boolean;
//# sourceMappingURL=reactImports.d.ts.map