export declare const calculateTotalValue: (data: Record[], labelSelector: string, keys: string[]) => number; export default calculateTotalValue;