diff --git a/core/src/index.ts b/core/src/index.ts
index 90f4199de54..3a3c01eaf4e 100644
--- a/core/src/index.ts
+++ b/core/src/index.ts
@@ -4,6 +4,8 @@ export { createAnimation } from './utils/animation/animation';
 export { getIonPageElement } from './utils/transition';
 export { iosTransitionAnimation } from './utils/transition/ios.transition';
 export { mdTransitionAnimation } from './utils/transition/md.transition';
+export { mdEnterModalAnimation } from './components/modal/animations/md.enter'
+export { mdLeaveModalAnimation } from './components/modal/animations/md.leave'
 export { getTimeGivenProgression } from './utils/animation/cubic-bezier';
 export { createGesture } from './utils/gesture';
 export { initialize } from './global/ionic-global';