interface FixLinksProps { basePath: string; children: React.ReactNode | React.ReactNode[]; } export declare function FixLinks({ basePath, children }: FixLinksProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FixLinks.d.ts.map