import { SafeUrl } from '@angular/platform-browser'; import { OverrideStyleConfig } from '@pv-frontend/pv-shared-components/common/types'; import * as i0 from "@angular/core"; export type OverlayTagPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'right' | 'left'; export interface CardBannerStyleOverride { tag?: OverrideStyleConfig; label?: OverrideStyleConfig; image?: OverrideStyleConfig; } export declare class CardBanner { style?: CardBannerStyleOverride; position: OverlayTagPosition | undefined; label?: string; image?: string | SafeUrl; eagerLoadImage: boolean; defaultImage: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=card-banner.component.d.ts.map