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