import { LaColorService } from '../colors/la-color.service'; export declare class LaIconComponent { private _laColorService; private _name; private _size; bgColor: string; private _colorName; constructor(_laColorService: LaColorService); /** * name - to set image path, name is case insensitive. */ name: string; /** * size of various size option of icon: sm * md is default size */ size: string; /** * To apply color to icon. support only color palates color. */ color: string; }