export default function DangerInfo({ client, serviceUrl, policyUrl }: {
client: any;
serviceUrl: any;
policyUrl: any;
}): import("react/jsx-runtime").JSX.Element;