import { type ClosingGroupCard } from './closing-groups.helper'; /** Maps a group to the shared `fm-status-badge` look + label — identical * display to the parent draft rows, including the computed * Rejected/Updated states (same classes as the parent status cell). */ export declare function closingGroupStatusToBadge(group: Pick): { label: string; className: string; };