import { type LiteralUnion } from 'type-fest'; import { type ForegroundColorName } from 'ansi-styles'; export type BackgroundColor = LiteralUnion; export declare const backgroundContext: import("react").Context;