import { type LazyProps } from 'framer-motion'; export type FramerMotionProviderProps = Omit & { motionFeatures?: LazyProps['features']; }; export declare const FramerMotionProvider: ({ children, motionFeatures, }: FramerMotionProviderProps) => import('react/jsx-runtime').JSX.Element; //# sourceMappingURL=FramerMotionProvider.d.ts.map