declare function _default({ currentPath, flow, endLocation }: {
    currentPath: any;
    flow?: any[] | undefined;
    endLocation: any;
}): JSX.Element;
export default _default;
