/// import { ParagraphProps } from 'theme-ui'; export interface CardLabelProps extends ParagraphProps { } declare const CardLabel: React.FC; export default CardLabel;