/** * @author: yanxianliang * @date: 2025-06-21 13:53 * @desc: 折叠按钮 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { CollapseButtonProps } from "../../types"; export declare function CollapseButton(props: CollapseButtonProps): import("react/jsx-runtime").JSX.Element;