import type { FeatureBundle } from './index';
/**
 * Minimal DOM feature bundle: mount/update animations only.
 */
export declare const domMin: FeatureBundle;
