import React from 'react'; import { TextProps } from '../Text/Text'; /** * Paragraph is a semantic component used for blocks of text with * semantic meaning. * * Paragraph accepts all the same customization options as Text. */ export declare const Paragraph: React.FC;