import type { Context } from 'react';
import type { BackgroundColorToken } from './types';
export declare const UNSAFE_SurfaceContext: Context<BackgroundColorToken>;
