import { GIConfig } from '@antv/gi-sdk'; export declare const getToolbarStyleByConfig: (config: GIConfig) => { direction: "horizontal" | "vertical" | undefined; positionStyles: { [key: string]: string; }; };