export declare class SignetLogoAnalyst { /** * Destination of the Logo */ href: string; /** * SRC of the logo (Optional) */ src: string; /** * Alternative Text */ alt: string; private getLogoLink; private getImageLink; private getAltText; render(): any; }