export declare const WORKING: { readonly ICON_BOX: 24; readonly ROW_GAP: 7; readonly STEPS_GAP: 12; readonly STEPS_MARGIN_TOP: 7; }; /** Where a step's detail line starts: past the icon box and the gap after it. */ export declare const STEP_DETAIL_INSET: string; export declare const PENDING_STEP_ID = "pending";