import * as React from 'react'; import { BoxProps } from '../box/Box'; export type AbstractCardProps = BoxProps; export declare const AbstractCard: React.FC; export default AbstractCard;