export declare const MODE: { RADIO: string; MULTIPLE: string; VARIED: string; DEPARTMENT: string; }; export declare const selectProps: { visible: { type: BooleanConstructor; default: boolean; }; mode: { type: StringConstructor; default: string; }; limit: { type: NumberConstructor; default: number; }; title: { type: StringConstructor; default: string; }; load: { type: FunctionConstructor; default: () => Promise; }; lazyload: { type: FunctionConstructor; default: () => Promise; }; select: { type: ArrayConstructor; defualt: () => never[]; }; forceStatic: { type: BooleanConstructor; default: boolean; }; immediateFetch: { type: BooleanConstructor; default: boolean; }; showCount: { type: BooleanConstructor; default: boolean; }; unitStr: { type: StringConstructor; default: string; }; centered: { type: BooleanConstructor; default: boolean; }; }; export declare const areas: readonly { readonly title: string; readonly key: number; readonly paramStr: string; }[]; export declare const searchVal: import("vue").Ref; export declare const selectState: { multipleChecked: any; multipDepartment: string[]; dataMap: Map; curlistKeys: Set; fetchLoading: boolean; searched: boolean; }; export declare const vairedState: { departmentChecked: string[]; staffsChecked: any; shopChecked: any; groupChecked: any; dataMap: Map; activeKey: number; curlistKeys: Set; searched: boolean; }; export declare const list: any; export declare const departNative: any;