import { PageConfigLoaderProps } from '../components/page-config-loader.component'; export type CustomPageParams = { domain: string; slug: string[]; }; export default function CustomPage(props: Omit): Promise; //# sourceMappingURL=custom-page.d.ts.map