import { PageBaseType } from "@/components/Page/interface"; export declare type PageConfigType = Partial>; export declare const PageConfig: PageConfigType;