import type { LinkProps } from '@stoplight/mosaic'; export declare const ReactRouterMarkdownLink: ({ title, to, href: _href, children, }: Omit, "target" | "rel"> & { to?: string | undefined; }) => JSX.Element;