import { CardProps as MuiCardProps } from '@material-ui/core/Card';
export interface CardProps extends MuiCardProps {
    width: string;
    height: string;
}
