export type StatusIconVariant = "danger" | "error" | "info" | "success" | "warning"; /** Status glyphs share the Lucide factory so Alert/Result/Message stay on one set. */ export declare function createStatusIcon(doc: Document, variant: StatusIconVariant, size: number): SVGSVGElement; //# sourceMappingURL=status-icon.d.ts.map