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