/** * Tooltip Styles * * Bold, button-like tooltips with high contrast and semantic colors. * Designed to grab attention and provide clear, readable information. */ import type { StyleContent } from '../types/common.js'; export declare const tooltipStyles: StyleContent; //# sourceMappingURL=tooltip.d.ts.map