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