import * as i0 from "@angular/core"; /** * Íconos registrados por la lib. * * Se exporta para poder verificarlo: un ícono que un componente pide pero * nadie registró no rompe el build ni tira error, solo deja el control en * blanco. Los tests comparan contra este mapa. */ export declare const VAL_REGISTERED_ICONS: { addOutline: string; addCircleOutline: string; alertOutline: string; alertCircleOutline: string; arrowBackOutline: string; arrowForwardOutline: string; arrowDownOutline: string; settings: string; settingsOutline: string; checkmarkCircleOutline: string; ellipsisHorizontalOutline: string; notifications: string; notificationsOutline: string; openOutline: string; closeOutline: string; chatbubblesOutline: string; shareOutline: string; heart: string; heartOutline: string; home: string; homeOutline: string; eyeOffOutline: string; eyeOutline: string; scanOutline: string; chevronDownOutline: string; chevronForwardOutline: string; chevronBackCircleOutline: string; chevronForwardCircleOutline: string; helpCircleOutline: string; logInOutline: string; chatbubbleEllipsesOutline: string; listOutline: string; folderOutline: string; pricetagOutline: string; starOutline: string; gameControllerOutline: string; checkmarkOutline: string; clipboardOutline: string; copyOutline: string; filterOutline: string; locationOutline: string; calendarOutline: string; businessOutline: string; logoTwitter: string; logoInstagram: string; logoLinkedin: string; logoYoutube: string; logoTiktok: string; logoFacebook: string; logoGoogle: string; mailOutline: string; qrCodeOutline: string; sendOutline: string; createOutline: string; trashOutline: string; playOutline: string; peopleOutline: string; phonePortraitOutline: string; refreshOutline: string; documentTextOutline: string; lockClosedOutline: string; cloudUploadOutline: string; textOutline: string; informationCircleOutline: string; logoNpm: string; removeOutline: string; optionsOutline: string; personOutline: string; shieldCheckmarkOutline: string; keyOutline: string; desktopOutline: string; logOutOutline: string; cloudDownloadOutline: string; cloudOutline: string; gitBranchOutline: string; layersOutline: string; serverOutline: string; warningOutline: string; bulbOutline: string; lockOpenOutline: string; diamondOutline: string; newspaperOutline: string; }; export declare class IconService { /** * Registers a set of Ionicons icons for use throughout the app. */ constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }