import React from 'react'; export declare const ExitAnimationContext: React.Context<{ exited: boolean; setExited: (_exited: boolean) => void; }>;