import React from 'react'; export interface CardProps extends React.ComponentPropsWithRef<'div'> { width?: string; }