import React from "react";
import type { SkiaDefaultProps } from "../../processors";
import type { TextBlobProps } from "../../../dom/types";
export declare const TextBlob: ({ x, y, ...props }: SkiaDefaultProps<TextBlobProps, "x" | "y">) => React.JSX.Element;
