import { CardProps } from './Card'; import { BoxProps } from '../Box'; declare type useCardVariantBackgroundProps = Required>; declare const useCardVariantBackground: ({ variant }: useCardVariantBackgroundProps) => BoxProps['bg']; export default useCardVariantBackground;