import * as _angular_core 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", "administration", "cloud-control", "lucca"]; type SoftwareIcon = (typeof SoftwareIconList)[number]; declare class SoftwareIconComponent { 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" | "administration" | "cloud-control" | "lucca">; readonly disabled: _angular_core.InputSignalWithTransform; 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 { SoftwareIconComponent, SoftwareIconList }; export type { SoftwareIcon };