import type { ThemeUIConfig } from '@redocly/theme'; import type { ContentProvider } from '../../content/content-provider.js'; export declare function resolveLogoConfig(logo: { image?: string | undefined; srcSet?: string | undefined; altText?: string | undefined; link?: string | undefined; favicon?: string | undefined; } | undefined, configDir: string, outdir: string, contentProvider: ContentProvider): ThemeUIConfig['logo']; //# sourceMappingURL=resolve-logo.d.ts.map