export declare const useChinaRegionDataSource: (options: any) => import("@tachybase/client").UseRequestResult<{ sort: string; paginate: boolean; filter: { level: number; }; }>; export declare const useChinaRegionLoadData: () => (selectedOptions: any, onSuccess?: any) => void;