export interface LogoProps {
  dataTestId?: string;
  className?: string;
  alt?: string;
  src?: string;
  width?: string;
  height?: string;
}
