import { type JSX } from 'woby'; import type { F, RouterPath } from '../types'; declare const Navigate: ({ to, state }: { to: F; state?: any; }) => () => JSX.Element; export default Navigate; //# sourceMappingURL=navigate.d.ts.map