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