import { GdsIcon } from '../icon'; /** * @element gds-icon-arrow-left */ export declare class IconArrowLeft extends GdsIcon { /** @private */ static _regularSVG: string; /** @private */ static _solidSVG: string; /** @private */ static _name: string; /** @private */ static _width: number; /** @private */ static _height: number; /** @private */ static _viewBox: string; }