import { TextProps } from "../Text"; export declare const Paragraph: (props: TextProps) => JSX.Element;