export default function animate(property: string | number, element: {
    [x: string]: any;
}, to: number, options?: any, cb?: any): () => void;
