import { LayoutScale } from "./scale"; export declare function histogramLayoutCreator(): (dataModel: any, layoutScale: LayoutScale) => () => any;