type HtmlAttributes = {
[key: string]: string | number;
};
type LucideIconNode = readonly [string, HtmlAttributes];
type LucideIconData = readonly LucideIconNode[];
export declare const StepperIndicatorAlert: LucideIconData;
export {};
//# sourceMappingURL=stepper.icons.d.ts.map