/** * @author: yanxianliang * @date: 2025-07-23 16:29 * @modified:2025/7/23 16:29 by yanxianliang * @desc: Mark * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { MarkerProps } from "@xyflow/system"; export declare const Marker: ({ id, type, color, width, height, markerUnits, strokeWidth, orient, }: MarkerProps) => import("react/jsx-runtime").JSX.Element | null;