import { EntityExplorerAppProps } from './rpc/EntityExplorerApp';
export { ApiExplorer, DEFAULT_OPENAPI_URL, type ApiExplorerProps } from './rpc/ApiExplorer';
export type { EntityExplorerAppProps };
export declare function EntityExplorerApp(props: EntityExplorerAppProps): import('react').FunctionComponentElement<import('react').SuspenseProps>;
//# sourceMappingURL=api-explorer.d.ts.map