/// import { MarkdownLinkProps } from '../types'; export declare const MarkdownLink: ({ href, children, target }: MarkdownLinkProps) => JSX.Element;