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