import type { AnimationDurationProp } from "../types"; export declare const resolveAnimationDuration: (duration: AnimationDurationProp | undefined, lastOffset: number, currentOffset: number) => number;