import type { AnimationsObject } from './types'; export * from './types'; export declare const easings: readonly ["linear", "ease", "ease-in", "ease-out", "ease-in-out"]; /** * Contains all animation functions. */ export declare const animations: AnimationsObject;