import { FC } from 'react'; import type { Paragraph } from '../models'; export declare const ParagraphComp: FC;