import 'ionicons'; export { createAnimation } from './utils/animation/animation'; export { createGesture } from './utils/gesture'; export * from './utils/config'; export * from './components/nav/constants'; export { isPlatform, Platforms, getPlatforms } from './utils/platform'; export { alertController, actionSheetController, modalController, loadingController, pickerController, popoverController, toastController } from './utils/overlays';