import { VerificationService } from '../../lib/types/types';
interface LogoProps {
    verificationService: VerificationService;
}
declare const LogoComponent: ({ verificationService }: LogoProps) => JSX.Element;
export { LogoComponent };
