import type { ComponentPropsWithRef } from 'react';
export declare const Paragraph: import("@vtex/admin-ui-react").AdminUIJsxElement<"p", {}, {}>;
export declare type ParagraphProps = ComponentPropsWithRef<typeof Paragraph>;
