import { BrandProps } from '@kite_aerolab/shared/components'; import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; export declare class BrandComponent implements AfterViewInit { svgContainer: ElementRef; /** * CSS del ícono */ class: string; /** * CSS del ícono */ css: BrandProps['css']; /** * Nombre del ícono */ name: BrandProps['name']; /** * Ancho de la marca */ width: BrandProps['width']; /** * Alto de la marca */ height: BrandProps['height']; /** * Optional click handler */ onClick: EventEmitter; /** * Aria Label */ ariaLabel: string; get brandContainer(): string[]; get brand(): string[]; getStyles(): {}; appendSVG(svg?: string): void; ngAfterViewInit(): void; } //# sourceMappingURL=brand.component.d.ts.map