import type * as Reanimated from 'react-native-reanimated';
/**
 * A proxy object that lazy-imports react-native-reanimated as soon as the
 * caller tries to access a property on {@linkcode ReanimatedProxy}.
 *
 * If react-native-reanimated is not installed, accessing anything on
 * {@linkcode ReanimatedProxy} will throw.
 */
export declare const ReanimatedProxy: typeof Reanimated;
//# sourceMappingURL=ReanimatedProxy.d.ts.map