export { default as Collapse } from './collapse'; export type { CollapseProps, CollapseSharedProps, Dimension, } from './types'; export type { TransitionCallbacks, Duration, TimingFunction, } from '../transition/index';