/** @component topbar-brand */ export declare class TopbarBrandComponent { /** @option Image alt text | null */ alt: string; /** @option Icon class name | 'icon-cisco-logo' */ icon: string; /** @option Image source URL | null */ image: string; /** @option Topbar title text | '' */ title: string; }