import { type ButtonProps, type IconButtonProps } from '@fusion-ui-vue/components'; import type { ComponentStylingHook } from '../types'; export declare const useButton: ComponentStylingHook; export declare const useIconButton: ComponentStylingHook;