import { ComponentPropsWithoutRef } from 'react'; export type ParagraphProps = ComponentPropsWithoutRef<"p">; export declare const Paragraph: import('react').ForwardRefExoticComponent, HTMLParagraphElement>, "ref"> & import('react').RefAttributes>; //# sourceMappingURL=paragraph.d.ts.map