import { type ITheme } from "@gooddata/sdk-model"; /** * Default modifier applied to any theme passed to Dashboard component * @param theme - theme to modify * @beta */ export declare const defaultDashboardThemeModifier: (theme: ITheme) => ITheme; //# sourceMappingURL=defaultDashboardThemeModifier.d.ts.map