import * as react_jsx_runtime from 'react/jsx-runtime'; type AuthLogoProps = { logoUrl?: string; wealthxLogoUrl?: string; className?: string; }; declare function AuthLogo({ logoUrl, wealthxLogoUrl, className, }: AuthLogoProps): react_jsx_runtime.JSX.Element; export { AuthLogo, type AuthLogoProps };