export interface CardHeaderProps {
  dataTestId?: string;
  children?: React.ReactNode;
  className?: string;
  style?: React.CSSProperties;
}
