export type { CardProps } from './props'; export type CardShadow = 'always' | 'hover' | 'none';