import { OnInit } from '@angular/core'; import { Favorite, FavoriteComponentModeService } from '@metromobilite/m-features/favorites'; import * as i0 from "@angular/core"; export declare class PmFavIvComponent implements OnInit { private favMode; set data(value: string); mode: 'write' | 'delete' | 'read'; item: Favorite; poi: any; /** * Display/hide the loader. */ loader: boolean; /** * Set the period between each load. */ period: number; /** * Enable/disable the autoload behavior. * If this property change during loading, only future loads will be disabled. */ refresh: boolean; /** * The strategy to use to display realtime data (per-lines or chrono). * You can define a custom strategy by extending the RealtimeDataStrategyBase abstract class or implement the RealtimeDataStrategy interface. */ strategy: 'per-lines' | 'chrono' | string; constructor(favMode: FavoriteComponentModeService); ngOnInit(): void; ngOnChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }