import { Animation } from './animation-interface'; export declare const createAnimation: () => Animation;