import type { CSSMotionProps } from './transition'; export declare function collapseMotion(name?: string, appear?: boolean): CSSMotionProps;