import { type Context } from 'react';
import type { BackgroundColorToken } from './types';
/**
 * __Surface context__
 *
 * A surface context provides context information on the current background (if set).
 */
export declare const SurfaceContext: Context<BackgroundColorToken>;
