import { DeepPartial } from '../deep-partial'; import { TweenOptions } from './opts'; import { Tween } from './tween'; export declare function tween(target: T, propDests: DeepPartial, opts: TweenOptions): Tween;