export default class Icon extends Plugin {
    _onMouseenter: (e: any) => void;
    _onMouseLeave: (e: any) => void;
}
import Plugin from "../../plugin";
