/// import { ITweenProps } from '../Tween'; export interface IInterpolationProps extends ITweenProps { map: { [key: string]: [number, number]; }; } export declare const Interpolation: React.SFC; export declare const withInterpolation: any;