import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-two-triangles-between-lines': IconTwoTrianglesBetweenLines; } } /** * The icon component for the 'twoTrianglesBetweenLines' icon */ export declare class IconTwoTrianglesBetweenLines extends IconSvg { constructor(); } export declare const iconTwoTrianglesBetweenLinesTag = "nimble-icon-two-triangles-between-lines";