import { GdsIcon } from '../icon'; /** * @element gds-icon-chevron-left */ export declare class IconChevronLeft 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; }