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