import MotionConfig from './components/MotionConfig.svelte';
import type { MotionComponents } from './html/index.js';
export declare const motion: MotionComponents;
export type { MotionAnimate, MotionInitial, MotionTransition, MotionWhileTap } from './types.js';
export { MotionConfig };
