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