import { BoxProps } from '@mui/material'; export interface CardEmptyStateProps extends BoxProps { heading: string; message: string; }