import type { ComponentStyles, Modifiers } from './utils'; export type CardTheme = ComponentStyles & Modifiers<'elevated' | 'outlined', Required>;