export declare class ImagenLogoComponent {
    src: string;
    title: string;
    href: string;
}
