import { TransitionProps } from "vue"; //#region src/_util/motion.d.ts declare function getTransitionProps(name: string, options?: Partial): TransitionProps; declare function initCollapseMotion(rootCls?: string, appear?: boolean): TransitionProps; declare const _SelectPlacements: readonly ["bottomLeft", "bottomRight", "topLeft", "topRight"]; type SelectCommonPlacement = (typeof _SelectPlacements)[number]; type CssUtil = any; //#endregion export { CssUtil, SelectCommonPlacement, initCollapseMotion as default, getTransitionProps };