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