import { type AnimatePresenceProps } from 'framer-motion'; type NewAnimatePresenceProps = { children: React.ReactNode; } & Omit; export declare const NewAnimatePresence: React.FC; export {}; //# sourceMappingURL=NewAnimatePresence.d.ts.map