/**
 * Throws the given Error on the JS Thread using React Native's error reporter.
 * @param error An {@linkcode Error}, or an object with a `message` property, otherwise a default messageg will be thrown.
 */
export declare function throwErrorOnJS(error: unknown): void;
//# sourceMappingURL=throwErrorOnJS.d.ts.map