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