import * as React from 'react'; import { BoxTypes } from '../Box/index'; declare const Card: React.FC; export { Card };