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