import type { ZoraThemeId } from '../../../types/theme'; export declare function resolveZoraScopedThemeId({ desiredThemeId, inheritedThemeId, }: { desiredThemeId: ZoraThemeId | undefined; inheritedThemeId: ZoraThemeId; }): ZoraThemeId; //# sourceMappingURL=resolveZoraScopedThemeId.d.ts.map