export declare const EASING: { readonly STANDARD: `cubic-bezier(${string})`; readonly STANDARD_ACCELERATE: `cubic-bezier(${string})`; readonly STANDARD_DECELERATE: `cubic-bezier(${string})`; readonly EMPHASIZED: `cubic-bezier(${string})`; readonly EMPHASIZED_ACCELERATE: `cubic-bezier(${string})`; readonly EMPHASIZED_DECELERATE: `cubic-bezier(${string})`; }; //# sourceMappingURL=index.d.ts.map