import { TransitionHandler } from './types';
export declare const transitions: Record<string, TransitionHandler>;
