/// import type { FeatureBaseProps, UserContext } from "../../../../../types"; import type Recipe from "../../../recipe"; import type { ComponentOverrideMap } from "../../../types"; declare type PropType = FeatureBaseProps<{ recipe: Recipe; userContext?: UserContext; useComponentOverrides: () => ComponentOverrideMap; }>; declare const SignInAndUpCallback: React.FC; export default SignInAndUpCallback;