import { IFlowBrickConfig } from '@chief-editor/flow'; import { IBrickTabConfig, IBrickTabState, ITabDatasource } from './type'; export declare type ITabFlowConfig = IFlowBrickConfig; export declare const TabConfig: ITabFlowConfig;