import { FC } from 'react'; interface DescriptionProps { className?: string; } declare const Description: FC; export default Description;