import { GlobalToken } from 'antd'; import { CSSInterpolation } from '@ant-design/cssinjs'; export declare const genStudioPanelStyle: (prefixCls: string, token: GlobalToken) => CSSInterpolation; export declare const genCompositePanelStyle: (prefixCls: string, token: GlobalToken) => CSSInterpolation; export declare const genWorkspacePanelStyle: (prefixCls: string, token: GlobalToken) => CSSInterpolation; export declare const genSettingsPanelStyle: (prefixCls: string, token: GlobalToken) => CSSInterpolation;