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