export default function _default({ serviceUrl, policyUrl, client }: {
    serviceUrl: any;
    policyUrl: any;
    client: any;
}): JSX.Element;