import { IBranchEditorConfig } from './type';
export declare const branchMockData: {
    label: string;
    value: number;
}[];
export declare const BranchConfig: IBranchEditorConfig;
