import { ChartData } from './chart-element'; export declare function toBars(data: ChartData): HTMLDivElement[];