import { MmUIComponent } from './component' /** Icon component */ export declare class MmIcon extends MmUIComponent { /** Icon name, etc: close */ name: string /** Icon size, etc: 14px */ size: string | number /** Icon color */ fill: string /** Icon color on hover */ hoverFill: string /** Icon color on active */ activeFill: string /** Is active or not */ active: boolean /** Custom class name */ customClass: string }