import { Location } from '@remix-run/router';
import { RouteNavigator } from '../services/RouteNavigator.type';
export declare function useRouteNavigator(): RouteNavigator;
export declare function useLocation(): Location;
export declare function usePopout(): JSX.Element | null;
//# sourceMappingURL=hooks.d.ts.map