import React from 'react'; declare const Paragraph: (props: any) => React.JSX.Element; export default Paragraph; export * from './deserializer'; export * from './withParagraph';