/** * @author: yanxianliang * @date: 2025-07-05 15:18 * @desc: 版本 Item * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { VersionProps } from "../.."; export declare const Version: (props: VersionProps) => import("react/jsx-runtime").JSX.Element;