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