import React from 'react'; /** * HistoryEmpty 组件 - 历史记录空状态展示 * * 当历史记录列表为空时显示的占位组件,提供友好的空状态提示 * * @component * * @example * ```tsx * // 使用默认配置 * * ``` * * @returns {React.ReactElement} 渲染的空状态组件 */ export declare const HistoryEmpty: React.FC;