import React from 'react'; import { TypographyProps } from '@material-ui/core'; import { ComponentExtra } from '../../types'; export interface ParagraphProps extends TypographyProps { /** * Ref forwarded to the HTML Root element. */ forwardedRef?: React.Ref; } export declare type ParagraphType = ComponentExtra; declare const ParagraphExtra: ComponentExtra, "div">; export default ParagraphExtra;