import React from 'react'; export declare const Logo: React.FC<{ text?: string; imageUrl?: string; to?: string; }>;