import type { ComponentStylingHook } from '@interface-ui/utils'; import { type IconButtonProps } from './icon-button'; declare const useCss: ComponentStylingHook; export default useCss;