import { SymbolProps } from "../types"; /** * @author: yanxianliang * @date: 2025-07-23 16:19 * @modified:2025/7/23 16:19 by yanxianliang * @desc: Arrow Symbol * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export declare const Arrow: ({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element;