export declare const SortConfig: {
    getInitialDatasource(): null;
    getDisplayData: () => null;
    getDynamicDefaultValue: () => null;
    getDefaultValue: () => null;
    getPartBoardInfoFromBrickData: () => null;
    getRenderConfig: () => import("@chief-editor/flow").IFlowBrickRenderConfig;
    getInitialState: () => {};
    getDynamicInitialState: () => {};
};
