import type { ReactNode } from 'react'; export declare const AnimatedContainer: ({ children }: { children: ReactNode; }) => import("@emotion/react/jsx-runtime").JSX.Element; export default AnimatedContainer; //# sourceMappingURL=AnimatedContainer.d.ts.map