import { Layer, PanelOptions } from './types'; export declare const transScale: (data: Layer[], options: PanelOptions) => Layer[];