import type { TimeMs } from './geometry';
/**
 * @public
 *
 * Pre-existing animation config to be refactored using new animation config
 */
export interface LegacyAnimationConfig {
    /** @alpha */
    animation: {
        duration: TimeMs;
    };
}
//# sourceMappingURL=animation.d.ts.map