import { AnimatableElement, PropertyDrivenAnimation } from '../motion/interfaces.js'; export declare function animate(config: PropertyDrivenAnimation): (() => void) | ( AnimatableElement>(constructor: T) => T);