import { OrientationEnum } from "../mmviz-common/index"; import { LayoutScale } from "./scale"; export declare function boxLayoutCreator(orientationEnum?: OrientationEnum): (dataModel: any, layoutScale: LayoutScale) => () => any;