import React from 'react'; import { type infer as zInfer } from 'zod'; export declare const options: import("zod").ZodObject<{ apiKey: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { apiKey?: string | undefined; }, { apiKey?: string | undefined; }>; type Props = { options: zInfer; }; export default function graph({ options }: Props): React.JSX.Element; export {};