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