import type { MakeThisBetterConfig, WidgetBrandColors } from '../types.js'; export type { WidgetBrandColors } from '../types.js'; export declare function resolveBrandColors(colors: MakeThisBetterConfig['brandColors']): WidgetBrandColors | undefined; //# sourceMappingURL=brand-colors.d.ts.map