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