import { ANIMATIONS } from './common';
declare const _default: {
  fadeOut: Keyframe[];
  fadeOutUp: Keyframe[];
  fadeOutUpBig: Keyframe[];
  fadeOutDown: Keyframe[];
  fadeOutDownBig: Keyframe[];
  fadeOutRight: Keyframe[];
  fadeOutRightBig: Keyframe[];
  fadeOutLeft: Keyframe[];
  fadeOutLeftBig: Keyframe[];
};
export default _default;
