/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const MOTION_EASINGS: Readonly<{ readonly easeIn: "ease-in"; readonly easeOut: "ease-out"; }>; export type MotionEasing = keyof typeof MOTION_EASINGS; export declare const MOTION_EASING_KEYS: readonly MotionEasing[];