import type { CSSMotionProps } from '../../Motion/CSSMotion.types'; interface GetMotionProps { motion: CSSMotionProps; } export declare function getMotion({ motion }: GetMotionProps): CSSMotionProps; export {};