export declare const EMPHASIZED_DECEL = "cubic-bezier(0.05, 0.7, 0.1, 1)"; export declare const HERO_EASE = "cubic-bezier(0.4, 0, 0.2, 1)"; export declare const MORPH_MS = 600; export declare const EXPAND_MS = 560; export declare const EXPAND_BORDER_MS = 400; export declare const SKELETON_DELAY = 250;