import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-calendar-lines': IconCalendarLines; } } /** * The icon component for the 'calendarLines' icon */ export declare class IconCalendarLines extends IconSvg { constructor(); } export declare const iconCalendarLinesTag = "nimble-icon-calendar-lines";