declare const FallbackLogo: ({ width }: { width?: number | undefined; color?: string | undefined; }) => JSX.Element; export default FallbackLogo;