import * as _angular_core from '@angular/core'; import { InjectionToken } from '@angular/core'; declare const SoftwareIconList: readonly ["absences", "timesheet", "office", "projects", "shifts", "performance", "engagement", "training", "recruitment", "mood", "analytics", "employee-administration", "shared-documents", "faces", "business-expenses", "invoices", "payment-methods", "accounting-assistant", "certified-einvoicing-platform", "compensation", "payslip", "benefits", "payroll-assistant", "cloud-control", "ask-lucca", "calendar", "administration", "client-center", "sandbox", "store", "lucca"]; type SoftwareIcon = (typeof SoftwareIconList)[number]; declare const LU_SOFTWARE_ICON_WRAPPER: InjectionToken; declare class SoftwareIconComponent { readonly wrapper: boolean; readonly domain = "https://cdn.lucca.fr"; readonly path = "/transverse/prisme/visuals/software-icon/"; readonly extension = ".svg"; readonly icon: _angular_core.InputSignal<"absences" | "timesheet" | "office" | "projects" | "shifts" | "performance" | "engagement" | "training" | "recruitment" | "mood" | "analytics" | "employee-administration" | "shared-documents" | "faces" | "business-expenses" | "invoices" | "payment-methods" | "accounting-assistant" | "certified-einvoicing-platform" | "compensation" | "payslip" | "benefits" | "payroll-assistant" | "cloud-control" | "ask-lucca" | "calendar" | "administration" | "client-center" | "sandbox" | "store" | "lucca">; readonly disabled: _angular_core.InputSignalWithTransform; readonly withTooltip: _angular_core.InputSignalWithTransform; readonly iconAlt: _angular_core.InputSignal; readonly size: _angular_core.InputSignal<"" | "XXS" | "XS" | "S" | "L">; readonly iconUrl: _angular_core.Signal; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { LU_SOFTWARE_ICON_WRAPPER, SoftwareIconComponent, SoftwareIconList }; export type { SoftwareIcon };