import * as React from 'react'; import Base, { BlockProps } from './Base'; interface ParagraphProps extends BlockProps {} const Paragraph: React.SFC = props => ; export default Paragraph;