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