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