export declare const RedirectUrl: ({ id }: {
    id: string;
}) => import("react/jsx-runtime").JSX.Element;
