import React from "react"; import type AuthCodeProps from "./private/types/AuthCodeProps"; import type AuthCodeRef from "./private/types/AuthCodeTypes"; declare const AuthCode: React.ForwardRefExoticComponent>; export default AuthCode; //# sourceMappingURL=AuthCode.d.ts.map