import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-screen-check-lines': IconScreenCheckLines; } } /** * The icon component for the 'screenCheckLines' icon */ export declare class IconScreenCheckLines extends IconSvg { constructor(); } export declare const iconScreenCheckLinesTag = "nimble-icon-screen-check-lines";