import * as i0 from "@angular/core";
/**
 * A configuration service for Lucide icon components.
 *
 * You can inject this service, typically in AppComponent, and customize its property values in
 * order to provide default values for all the icons used in the application.
 */
export declare class LucideIconConfig {
    color: string;
    size: number;
    strokeWidth: number;
    absoluteStrokeWidth: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<LucideIconConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LucideIconConfig>;
}
