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