import { type FC } from 'react'; import './Box.scss'; import { CardProps } from './types'; declare const Card: FC; export default Card;