import React from "react"; import type { ParagraphProps } from "../../../dom/types/Paragraph"; import type { SkiaProps } from "../../processors"; export declare const Paragraph: (props: SkiaProps) => React.JSX.Element;