import type { FC } from 'react'; interface LogoProps { [key: string]: any; } declare const Logo: FC; export default Logo;