/// import { FlexProps } from 'theme-ui'; export interface CardRowProps extends FlexProps { withBottomBorder?: boolean; } declare const CardRow: React.FC; export default CardRow;