import React from "react"; /** * A component that will navigate to the given path with `to` query parameter included with the current location. */ export declare const CatchAllNavigate: React.FC<{ to: string; }>; //# sourceMappingURL=catch-all-navigate.d.ts.map