import * as fm from 'framer-motion';
export * from 'framer-motion';

declare const motion: typeof fm.motion;
declare const m: typeof fm.m;

export { m, motion };
