import { default as React, CSSProperties } from 'react'; import { BreakpointSupport } from '../../../../helpers'; import { SharedCardProps } from '../card'; export interface CardContentProps extends BreakpointSupport { /** * Content rendered inside the card section. */ children?: React.ReactNode; /** * Renders the content section as an interactive `