import { EmotionCanvasTheme } from '@workday/canvas-kit-react/common';
type paletteSelection = Exclude<keyof EmotionCanvasTheme['canvas']['palette'], 'common'>;
interface BackgroundColors {
    normal?: string;
    hover?: string;
    contrast?: string;
}
export declare const getPaletteColors: (type: paletteSelection, theme: EmotionCanvasTheme) => BackgroundColors;
export declare const useThemedPalette: (type: paletteSelection) => BackgroundColors;
export {};
//# sourceMappingURL=useThemedPalette.d.ts.map