/// interface HistogramProps { data: number[]; id: string; } export declare function Histogram(props: HistogramProps): JSX.Element; export {};