import 'material-icons/iconfont/material-icons.css'; export declare class SignetIconOnly { /** * Number of notifications */ notificationCount: string; /** * Insert the class name of the material design Icon you want to design, select Icons from */ icon: string; private createRipple; render(): any; }