export declare class ClaIcon {
  /**
    * The computed Id of the icon you're adding i.e glyphicons-basic-75-cup
   */
  iconid: string;
  /**
   * The color of the icon, this will inherit the current text color if not chosen.
   */
  fill: string;
  status: string;
  render(): any;
}
