/** * Returns `true` if the current page has already played its entrance * animation. Marks the page as animated after the first paint. * * Unlike a ref-based approach, this survives unmount/remount within * the same route — so loading-state guards that unmount MotionPage * won't cause re-animation when MotionPage remounts. */ export declare function useHasAnimated(): boolean; //# sourceMappingURL=useHasAnimated.d.ts.map