export declare class IconHelper {
  ident: string;
  width: string;
  height: string;
  constructor(ident: string, width: string, height: string);
  render(): any;
}
