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