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