import type { CorbadoSignUpConfig } from '@corbado/types'; import type { FC } from 'react'; declare const SignUp: FC; export default SignUp;