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