/**
 * Checks the version of react and throws an error if it is less than 18 in the loaders
 * @param version - version of react
 * @private
 */
export declare const parseReactVersion: (version: string | undefined) => void;
//# sourceMappingURL=utils.d.ts.map