export type BrandingThemeColors = { primaryColor?: string; headerColor1?: string; headerColor2?: string; navigationIndicatorColor?: string; }; export declare const useBrandingThemeColors: (themeName: string) => BrandingThemeColors;