export default function ScalarPlayground({ path, method, spec, }: {
    spec: object;
    path: string;
    method: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=client.d.ts.map