import { GetMainLayoutPropsParams, GetNextAdminPropsParams, MainLayoutProps, PageRouterComponentProps } from "../types";
export declare function getPropsFromParams({ params, searchParams, options, prisma, isAppDir, locale, getMessages, basePath, apiBasePath, }: GetNextAdminPropsParams): Promise<PageRouterComponentProps>;
export declare const getMainLayoutProps: ({ basePath, apiBasePath, options, params, isAppDir, }: GetMainLayoutPropsParams) => Promise<MainLayoutProps>;
//# sourceMappingURL=props.d.ts.map