import type { AppliedTheme } from '../../../libs/fslayoutdata'; import type { ApiColorPalette, ApiTheme } from '../services/app-builder/api.types'; export declare const getAppliedTheme: (selectedPalette: ApiColorPalette, theme: ApiTheme | undefined) => AppliedTheme;