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