import React, { type PropsWithChildren } from "react"; type NavigateToResourceProps = PropsWithChildren<{ resource?: string; fallbackTo?: string; meta?: Record; }>; export declare const NavigateToResource: React.FC; export {}; //# sourceMappingURL=navigate-to-resource.d.ts.map