import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-dashboard-builder-templates': IconDashboardBuilderTemplates; } } /** * The icon component for the 'dashboardBuilderTemplates' icon */ export declare class IconDashboardBuilderTemplates extends IconSvg { constructor(); } export declare const iconDashboardBuilderTemplatesTag = "nimble-icon-dashboard-builder-templates";