import type { PProps } from './P';
declare const Paragraph: (props: PProps) => import("react/jsx-runtime").JSX.Element;
export default Paragraph;
