export declare const interactiveData: { groups: { groupName: string; values: { value: number; color: string; }[][]; }[]; threshold: { value: number; color: string; }; unit: string; }; export declare const withPercentColumnsData: { groups: { groupName: string; values: { value: number; color: string; }[][]; }[]; }; export declare const withTwoColumnsData: { groups: { groupName: string; values: { value: number; color: string; }[][]; }[]; unit: string; };