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