import { EWeatherIcons } from './weather-icons.enum'; /** * la-empty */ export declare class LaWeatherIconComponent { WeatherIcons: typeof EWeatherIcons; private _name; private _size; /** * size of various size option of icon: sm * md is default size */ size: string; /** * name for set icon */ name: string; }