import { FC } from 'react'; export declare type TParagraphData = { text: string; }; export declare const Paragraph: FC;