import { EventEmitter } from '@angular/core'; import { AvatarSize } from '@pv-frontend/pv-shared-components/avatar'; import { CarouselResponsiveOptions } from 'primeng/carousel'; import * as i0 from "@angular/core"; export interface AvatarSliderItem extends Record { name: string; logoUrl: string; id: unknown; code?: string; } export declare class AvatarSliderComponent { items: AvatarSliderItem[]; size: AvatarSize; showNavigators: boolean; clickHandler: EventEmitter; onAvatarClick(event: MouseEvent | TouchEvent, index: number): void; responsiveOptions: CarouselResponsiveOptions[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=avatar-slider.component.d.ts.map