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