import { SnippetColors } from '../utils/prop-types';
import { CfxUIThemesPalette } from '../styles/themes';
export declare type TooltipColors = {
bgColor: string;
color: string;
};
export declare const getColors: (color: SnippetColors, palette: CfxUIThemesPalette) => TooltipColors;