/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const MOTION_DURATIONS: Readonly<{ readonly fast: 200; readonly normal: 300; readonly slow: 400; }>; export type MotionDuration = keyof typeof MOTION_DURATIONS; export declare const MOTION_DURATION_KEYS: readonly MotionDuration[];