import React from "react";
import IProps from "./IProps";
declare const Paragraph: React.FC<IProps>;
export default Paragraph;
