Logo: StyledComponent<
Omit<
DetailedHTMLProps<
ImgHTMLAttributes<HTMLImageElement>,
HTMLImageElement,
>,
"ref" | "height" | "width" | "loading" | "alt" | "src" | "srcSet",
> & {} & RefAttributes<null | HTMLImageElement> & MUIStyledCommonProps<
Theme,
> & {},
{},
{},
> = ...
Application logo component