import { COABalance } from '@zeniai/client-epic-state'; import { ReportElementConfig, ReportTreeNode } from '../../reportTreeTypes'; export declare function mapSpacerToTreeNode({ title, balances, config, nodeId, }: { balances: COABalance[]; config: ReportElementConfig; title: string; nodeId?: string; }): ReportTreeNode;