import { OAuthConfigProps } from "./types.js"; import React from "react"; //#region src/components/authentication/admin/OAuthConfig/index.d.ts declare const OAuthConfig: React.FC; //#endregion export { OAuthConfig };