import type { Transition } from '../Transition'; export declare const dropIn: Transition; export declare const dropOut: Transition;