import * as i0 from "@angular/core";
export declare class LogoCardComponent {
    logoPath: string;
    name: string;
    getName(key: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<LogoCardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LogoCardComponent, "app-logo-card", never, { "logoPath": "logoPath"; "name": "name"; }, {}, never, never, false>;
}
