import * as React from 'react'; import HTMLProps = React.HTMLProps; export interface SimpleCardProps extends HTMLProps { hover?: boolean; }