import { CSSProperties } from 'react';
import { AnyApiReferenceConfiguration } from '@scalar/api-reference-react';
export declare const DEFAULT_OPENAPI_URL = "/api/openapi.json";
export type ApiExplorerProps = {
    openApiUrl?: string;
    configuration?: AnyApiReferenceConfiguration;
    className?: string;
    style?: CSSProperties;
};
export declare function ApiExplorer({ openApiUrl, configuration, className, style, }: ApiExplorerProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ApiExplorer.d.ts.map