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