import type { MethodInformation, RenderContext } from '../types.js';
export declare function APIPlayground({ path, method, ctx, }: {
    path: string;
    method: MethodInformation;
    ctx: RenderContext;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map