import { IonIcon } from '@ionic/angular/standalone'; import * as i0 from "@angular/core"; export type IconName = string & { readonly __brand: unique symbol; }; export declare function addIcon(icon: { readonly [name: string]: string; }): IconName; export declare class IonIconWithBrandedName extends IonIcon { name?: IconName; ios?: IconName; md?: IconName; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }