import type { FeatureBundle } from './index';
/**
 * DOM animation feature bundle: animations plus hover, tap, focus, pan,
 * and in-view gestures.
 */
export declare const domAnimation: FeatureBundle;
