import type { StatusLevel } from '@tokenite/shared'; export type Tone = { readonly bg: string; readonly border: string; readonly fg: string; readonly dot: string; }; export declare const TONE_BY_LEVEL: Record; //# sourceMappingURL=theme.d.ts.map