import { ThemeFromFn } from '../theming'; export declare const logoTheme: () => [string, { logoUrl: string; width: string; height: string; padding: string; }]; export declare type TLogoTheme = ThemeFromFn;