import { LucideIconData } from 'lucide-angular'; import * as i0 from '@angular/core'; import * as i1 from '@angular/common'; interface LucideIconAttributes { name?: LucideIconData; size?: number | string; color?: string; strokeWidth?: number; class?: string; absoluteStrokeWidth?: boolean; } declare class ExpansionComponent { title: string; titleHtml: string; allowHtml: boolean; description?: string; lucideIcon?: LucideIconAttributes; iconPosition: string; showIcon: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ExpansionModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { ExpansionComponent, ExpansionModule };