export { default as Fade } from './fade'; export type { FadeProps } from './types'; export type { TransitionCallbacks, Duration, TimingFunction } from '../transition/index';