import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { BreakpointCustomizable, LinkTileProductAspectRatio, LinkTileProductTarget, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PLinkTileProduct extends BaseComponentWithTheme { aspectRatio?: BreakpointCustomizable; description?: string; heading: string; href?: string; likeButton?: boolean; liked?: boolean; price: string; priceOriginal?: string; rel?: string; target?: LinkTileProductTarget; theme?: Theme; like: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }