import { JSX, PropsWithChildren } from 'react';
export default function MyAnimatePresence({ children, }: Readonly<PropsWithChildren>): JSX.Element;
