import type { BackgroundColorToken } from './types';
/**
 * __useSurface__
 *
 * Return the current surface. If no parent sets a surface color it falls back to the default surface.
 *
 * @see SurfaceContext
 */
export declare const useSurface: () => BackgroundColorToken;
export { SurfaceContext } from './surface-context';
