import type { FeatureBundle } from './index';
/**
 * Full DOM feature bundle: animations, gestures, drag, and layout features.
 */
export declare const domMax: FeatureBundle;
