import React from 'react'; import { type infer as zInfer } from 'zod'; export declare const args: import("zod").ZodTuple<[import("zod").ZodString], null>; type Props = { readonly args: zInfer; }; export default function SetUrl({ args }: Props): React.JSX.Element; export {};