import { ParagraphProps } from './types'; export declare const Paragraph: (props: ParagraphProps) => JSX.Element;