/**
 * API Explorer Component
 * Demonstrates all available API endpoints with live data
 */
export interface ApiExplorerProps {
    userNodeUrl?: string;
    ordinalsUrl?: string;
    className?: string;
}
export declare function ApiExplorer({ userNodeUrl, ordinalsUrl, className }: ApiExplorerProps): import("react/jsx-runtime").JSX.Element;
export default ApiExplorer;
//# sourceMappingURL=ApiExplorer.d.ts.map