import { type IThemeHeader } from "@gooddata/sdk-model"; /** * Default application header colors. * * @remarks * These values match the built-in AppHeader SCSS defaults (black background, white text, * GoodData highlight blue for the active accent). * * @beta */ export declare const defaultHeaderTheme: IThemeHeader; //# sourceMappingURL=defaultHeaderTheme.d.ts.map