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