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