import { CreateAPIPageOptions } from "../ui/api-page.js";
import "../ui/index.js";

//#region src/scalar/index.d.ts

/**
 * Enable Scalar for API playgrounds by wrapping your options inside.
 *
 * Requires `@scalar/api-client-react` to be installed, it imports the styles automatically.
 */
declare function withScalar(options?: CreateAPIPageOptions): CreateAPIPageOptions;
//#endregion
export { withScalar };
//# sourceMappingURL=index.d.ts.map