import type { BottomTabSceneInterpolatedStyle, BottomTabSceneInterpolationProps } from '../types';
/**
 * Simple cross fade animation
 */
export declare function forFade({ current, }: BottomTabSceneInterpolationProps): BottomTabSceneInterpolatedStyle;
/**
 * Animation where the screens slightly shift to left/right
 */
export declare function forShift({ current, }: BottomTabSceneInterpolationProps): BottomTabSceneInterpolatedStyle;
//# sourceMappingURL=SceneStyleInterpolators.d.ts.map