export interface DbAdminPageProps { apiBasePath?: string; cacheScope?: string; title?: string; subtitle?: string; codeModeGate?: boolean; syncNavigation?: boolean; } export declare function DbAdminPage({ apiBasePath, cacheScope, title, subtitle, codeModeGate, syncNavigation, }?: DbAdminPageProps): import("react").JSX.Element; //# sourceMappingURL=DbAdminPage.d.ts.map