/**
 * Think of this as the motion equivalent of the @atlaskit/theme `grid()`.
 */
export declare const durationStep = 25;
export type Durations = 'none' | 'small' | 'medium' | 'large';
export declare const durations: Record<Durations, number>;
