/** @jsx jsx */ import { FC } from 'react'; import { MarkdownProps } from '../Markdown'; /** * Markdown content with custom components - for example `

` is with smaller margin than regular markdown content. */ export declare const Description: FC;