import { LayoutScale } from "./scale"; export declare function scatterLayoutCreator(colorScaleKey?: string, areaScaleKey?: string, shapeScaleKey?: string): (dataModel: any, layoutScale: LayoutScale) => () => any;