import { OnInit, Injector } from '@angular/core'; import { LCUElementContext, LcuElementComponent } from '@lcu/common'; import { FathymForecastStateContext } from '../../state/fathym-forecast/fathym-forecast-state.context'; import { FathymForecastState } from '../../state/fathym-forecast/fathym-forecast.state'; export declare class LcuFathymForecastApiKeysContext extends LCUElementContext { } export declare const SELECTOR_LCU_FATHYM_FORECAST_API_KEYS_ELEMENT = "lcu-fathym-forecast-api-keys-element"; export declare class LcuFathymForecastApiKeysElementComponent extends LcuElementComponent implements OnInit { protected injector: Injector; protected forecastCtxt: FathymForecastStateContext; constructor(injector: Injector, forecastCtxt: FathymForecastStateContext); ngOnInit(): void; RegenerateAPIKey(keyName: string): void; protected stateChanged(): void; }