import React from 'react'; import type { StudioAdminRouteId } from '../../index'; export interface AnkhAdminPageProps { readonly routeId: StudioAdminRouteId; } export declare function AnkhAdminPage({ routeId }: AnkhAdminPageProps): React.JSX.Element; //# sourceMappingURL=AnkhAdminPage.d.ts.map