export declare const EmptyStatusConfig: { readonly LOADING: { readonly src: ""; readonly description: " "; }; readonly NONE: { readonly src: ""; readonly description: " "; }; readonly SUCCESS: { readonly src: ""; readonly description: " "; }; readonly EMPTY: { readonly src: string; readonly description: "暂无数据"; }; readonly EMPTY_VAR: { readonly src: string; readonly description: "当前无内容,请选择参数"; }; };