import { type AppManifest } from '@ankhorage/contracts'; import React from 'react'; import type { StudioAdminRouteId } from '../../../index'; export interface AuthAdminPageProps { readonly projectId: string; readonly manifest: AppManifest | null; readonly routeId: Extract; } export declare function AuthAdminPage(props: AuthAdminPageProps): React.JSX.Element; //# sourceMappingURL=AuthAdminPage.d.ts.map