export { Transition } from './transition'; export type { TransitionProps, TransitionOverride } from './transition'; export type { FlowindTransition } from './transition-utils'; export declare const AVAILABLE_TRANSITIONS: import("./transition-utils").FlowindTransitionName[];