import React from "react"; import type { SkiaDefaultProps } from "../../processors"; import type { PathProps } from "../../../dom/types"; export declare const Path: ({ start, end, ...props }: SkiaDefaultProps) => React.JSX.Element;