import React from 'react'; import Animated from 'react-native-reanimated'; import type { Size } from '../types'; export type IBookSpine2Props = { right: boolean; containerSize: Size; degrees: Animated.SharedValue; }; declare const BookSpine2: React.FC; export { BookSpine2 }; //# sourceMappingURL=BookSpine2.d.ts.map