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