import { ButtonProps } from '../button.props';
import { UseIcon } from './types';
/**
 * 封装 Button 组件的图标展示逻辑。
 *
 * @param props - Button 组件 props
 * @returns 图标类名与是否展示图标的状态
 */
export declare function useIcon(props: ButtonProps): UseIcon;
