/** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const openEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const closeEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const slideInEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const slideOutEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const fadeInEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const fadeOutEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const hoverEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const staggeredMotionEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const expandCollapseEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const moveEasing: (t: number) => number; /** * CubicBezier mapping for the design tokens easing * @internal * */ export declare const rescaleEasing: (t: number) => number;