import React from 'react'; import { RowWithActions, WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../oak-app-domain'; declare const OauthProvider: (props: WebComponentProps[]; systemId: string; }>) => React.JSX.Element; export default OauthProvider;