import { VerificationService } from '../../lib/types/types'; interface LogoProps { verificationService: VerificationService; fallbackLogo?: JSX.Element; } declare const LogoComponent: ({ verificationService, fallbackLogo }: LogoProps) => import("react/jsx-runtime").JSX.Element; export { LogoComponent };