import type * as React from 'react'; declare const LogoEnSvg: React.FC<{ titleId?: string; }>; export default LogoEnSvg;