import type { MotionComponents } from './html/index';
/**
 * Lazy motion component namespace used with `<LazyMotion>`.
 *
 * The namespace mirrors the default `motion` object API (`m.div`, `m.button`,
 * `m.svg`, etc.) while reading feature availability from the nearest
 * LazyMotion provider.
 */
export declare const m: MotionComponents;
