import { ParagraphBlock, Props } from '../interfaces'; import './index.css'; export declare function paragraph({ data }: Props): string;