import React from 'react'; declare const Logo: React.FC<{ src: React.ReactNode; background?: string | undefined; width?: number | undefined; height?: number | undefined; }>; export default Logo;