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