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