interface WorkflowConfig { id: string | number; reqType: 'get' | 'post'; isFormData: boolean; } interface Props { componentStyle?: Record; stationCode: string; stationName?: string; baseHttp?: string; appKey?: string; appSalt?: string; ids?: Record; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { baseHttp: string; appKey: string; appSalt: string; ids: Record; stationName: string; componentStyle: Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { chartRef: HTMLDivElement; }, any>; export default _default;