/** * 获取自定义列表页对象 */ declare const useCustomListPage: () => import("./CustomListPageContext").CustomListPageContextType; export default useCustomListPage;