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