import { withInstall } from '../utils'; import _Collapse from './Collapse'; const Collapse = withInstall(_Collapse); export default Collapse; export { Collapse };