/// export interface GroupLabelProps { areAllNegative: boolean; containerWidth: number; label: string; zeroPosition: number; } export declare function GroupLabel({ areAllNegative, containerWidth, label, zeroPosition, }: GroupLabelProps): JSX.Element; //# sourceMappingURL=GroupLabel.d.ts.map