export interface LogoItem { className: string; isMask?: boolean; name: string; title: string; url: string; }