import type { AnimatedScreenTransition } from './commonTypes';
export declare const ScreenTransition: {
    SwipeRight: AnimatedScreenTransition;
    SwipeLeft: AnimatedScreenTransition;
    SwipeDown: AnimatedScreenTransition;
    SwipeUp: AnimatedScreenTransition;
    Horizontal: AnimatedScreenTransition;
    Vertical: AnimatedScreenTransition;
    TwoDimensional: AnimatedScreenTransition;
    SwipeRightFade: AnimatedScreenTransition;
};
//# sourceMappingURL=presets.d.ts.map