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