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