import { FC } from 'react'; import { BoxProps } from '../../types'; /** * Card extends the Box component with some default elevation, padding and radius */ export declare const Card: FC; export default Card;