import { type BoxProps, Box } from './Box'; export const Card = ({ style, ...rest }: BoxProps) => { return ( ); };