import { LucideIconData } from 'lucide-angular'; import * as i0 from '@angular/core'; interface LucideIconAttributes { name?: LucideIconData; size?: number | string; color?: string; strokeWidth?: number; class?: string; absoluteStrokeWidth?: boolean; } interface IFooterButton { code: string; label: string; action: () => void; class?: string; disabled?: boolean; color?: string; loading?: boolean; lucideIcon?: LucideIconAttributes; positionIconText?: string; } declare class FooterComponent { buttons: IFooterButton[]; stepNumber: number; stepTotal: number; typeDrawer: boolean; getprogresValue(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class KifFooterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { FooterComponent, KifFooterModule }; export type { IFooterButton, LucideIconAttributes };