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