import * as React from "react"; import { CommonStyleProps } from "../systemHelpers"; export declare type ParagraphProps = CommonStyleProps; export declare const Paragraph: import("styled-components").StyledComponent<"p", any, React.PropsWithChildren, never>;