import type { ReactNode } from 'react'; declare const components: { a: ({ href, children }: { href?: string; children?: ReactNode; }) => import("react/jsx-runtime").JSX.Element; }; export default components; //# sourceMappingURL=markdownComponents.d.ts.map