/// export interface LabelProps { barHeight: number; color: string; fontSize: number; label: string; labelWidth: number; y: number; } export declare function Label({ barHeight, color, fontSize, label, labelWidth, y, }: LabelProps): JSX.Element; //# sourceMappingURL=Label.d.ts.map