import { OnInit } from '@angular/core';
import { AriSpeechService } from '../../services/ari-speech.service';
import { TextToSpeech } from '@ionic-native/text-to-speech/ngx';
import { Platform } from '@ionic/angular';
import * as i0 from "@angular/core";
export declare class WeatherCardComponent implements OnInit {
    private ariService;
    private tts;
    private plt;
    attachment: any;
    ariMuteStatus: boolean;
    weatherDetails: any;
    temperatures: any;
    ttsSpeech: any;
    city: any;
    date: any;
    temp: any;
    image: any;
    high: any;
    low: any;
    weatherType: any;
    constructor(ariService: AriSpeechService, tts: TextToSpeech, plt: Platform);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<WeatherCardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WeatherCardComponent, "lig-weather-card", never, { "attachment": "attachment"; "ariMuteStatus": "ariMuteStatus"; }, {}, never, never>;
}
